AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
175 stars 197 forks source link

unused array in create customer payment profile? #163

Open proseLA opened 4 years ago

proseLA commented 4 years ago

https://github.com/AuthorizeNet/sample-code-php/blob/0de20c3c95339581c315726de12d2f759e278070/CustomerProfiles/create-customer-payment-profile.php#L55

we are putting a $paymentprofile into an array called $paymentprofiles. notice the extra s. this array is not used anywhere. unless i am missing something....