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
When PR #36 was merged in, it broke transactions that do not contain an address. Braintree doesn't require an address for a transaction but it does if you have AVS rules configured.
By default AVS rules are not configured so this can be replicated with a new Braintree sandbox account.
If you try to make a transaction without an address the Braintree API will reject it with the following error...
message=Addresses must have at least one field filled in
When PR #36 was merged in, it broke transactions that do not contain an address. Braintree doesn't require an address for a transaction but it does if you have AVS rules configured.
By default AVS rules are not configured so this can be replicated with a new Braintree sandbox account.
If you try to make a transaction without an address the Braintree API will reject it with the following error...
message=Addresses must have at least one field filled in
For more information on this error see https://developers.braintreepayments.com/reference/general/validation-errors/all/ruby#code-81801
@barrycarrjr
The text was updated successfully, but these errors were encountered: