AuthorizeNet / sample-code-php

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

missing CustomerPaymentProfileSortingType Class #32

Closed jonjonus closed 8 years ago

jonjonus commented 8 years ago

Hi

I downloaded the master branch. When I try to run sample-code-php/CustomerProfiles/get-customer-payment-profile-list.php It cant find the CustomerPaymentProfileSortingType Class and I don't see it on the code. Am I doing something wrong?

Thanks!

ashtru commented 8 years ago

Waht is the exact error you are getting? Are you using composer?

ashtru commented 8 years ago

It seems it was related to the syntax error highlighted and fixed in #30. It has been merged now, thanks to @hackur.

brianmc commented 8 years ago

Thanks for the feedback