Dynamic Descriptor For Different Accounts
-
Braintree has accounts available in different currencies.
We have a site that needs to accept USD and CAD accounts.
https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#section-12 — those are the rules for USD descriptors with an asterisks separator.CAD descriptors need 22 characters of only letters and numbers.
I am getting this error:
[message] => Descriptor name must be 22 characters or shorter and can only contain letters and numbers.
Is there a way to vary the descriptors so that a CAD fund transaction has a CAD descriptor; and a USD fund transaction has a USD descriptor? I cannot get a read of where in the code I would need to put in new fields for the other currencies.
Thanks in advance,
Shawn
- The topic ‘Dynamic Descriptor For Different Accounts’ is closed to new replies.