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
Somehow when Name is set, Omnipay\Common\CreditCard also sets ShippingName.
In my case I didn't provide any further shipping address data and got an INVALID_MDXI, cause shipping country was empty and didn't match "two characters". I worked around this by resetting Card's ShippingName.
Maybe you can find a better check for returning shipping address than only checking for the name.
PS: Thanks for this great omnipay gateway!
The text was updated successfully, but these errors were encountered:
Somehow when
Name
is set, Omnipay\Common\CreditCard also setsShippingName
.In my case I didn't provide any further shipping address data and got an INVALID_MDXI, cause shipping country was empty and didn't match "two characters". I worked around this by resetting Card's ShippingName.
Maybe you can find a better check for returning shipping address than only checking for the name.
PS: Thanks for this great omnipay gateway!
The text was updated successfully, but these errors were encountered: