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
Language, language version, and OS: Ruby 3.3, macOS
Issue description
When attempting to pass more data for advanced fraud protection when creating a transaction, including a value for customer[international_phone][country_code] and customer[international_phone][national_number] (docs) is raising an exception due to their presence. The linked documentation suggests that international_phone should be used instead of the deprecated customer[phone] field, but it doesn't appear that customer[international_phone] is allowed in the call to #sale.
General information
Issue description
When attempting to pass more data for advanced fraud protection when creating a transaction, including a value for
customer[international_phone][country_code]
andcustomer[international_phone][national_number]
(docs) is raising an exception due to their presence. The linked documentation suggests thatinternational_phone
should be used instead of the deprecatedcustomer[phone]
field, but it doesn't appear thatcustomer[international_phone]
is allowed in the call to#sale
.The
customer[phone]
property works as expected but based on the documentation it's not really clear that it will continue to work going forward.The text was updated successfully, but these errors were encountered: