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

Error on line 63 #114

Closed SilkySully closed 6 years ago

SilkySully commented 6 years ago

This Code (CustomerProfiles->create-customer-payment-profile.php) won't run correctly as there is a typo on line 63. it reads paymentprofile when it should be paymentProfile.

adavidw commented 6 years ago

Line #63 is referring to the variable that's set earlier (which is called paymentprofile), so not a typo.

SilkySully commented 6 years ago

Ah, got me... I have been looking at so much other code that uses paymentProfile this one is an anomaly. I was copy and pasting into my code is how I got the error. (It was about 3-4 am when I posted this, lol). Thanks for the heads-up.