1 messages · Page 1 of 1 (latest)
I've tried adding .then(function(result) { if (result.error) { ... but this isn't firing
.then(function(result) { if (result.error) { ...
Hi there
Hmm that should fire
You are logging out result.error after and not seeing that log at all?
result.error
jimmy-3ds-failure