You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this error state generates a result where #successful? returns false as expected, but which has no errors against it. This is because the Braintree library doesn't capture this particular error in it's errors collection; which is really really annoying.
An alternate way of handling it would be to explicitly check for the error and coerce it into something useful.
The text was updated successfully, but these errors were encountered:
Currently this error state generates a result where #successful? returns false as expected, but which has no errors against it. This is because the Braintree library doesn't capture this particular error in it's errors collection; which is really really annoying.
An alternate way of handling it would be to explicitly check for the error and coerce it into something useful.
The text was updated successfully, but these errors were encountered: