Skip to content

don't allow submitting strings longer than Auth.net API will accept

JonGold requested to merge JonGold/authnet:correct-max-lengths into master

https://account.authorize.net/help/Tools/Customer_Information_Manager/Customer_Profile_Fields.htm specifies the maximum length of API values like "Name on Account". I got an error because Civi allowed me to submit a longer name.

Merge request reports