AuthorizeNet / sample-code-php

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

Customer Profile samples #7

Closed skyhawk86305 closed 9 years ago

skyhawk86305 commented 9 years ago

Added get-customer-profile-ids and get-customer-profile

skyhawk86305 commented 9 years ago

Added update-customer-profile and delete-customer-profile

brianmc commented 9 years ago

Since we're using common credentials which we know have profiles I don't think we need to include creates in these samples Greg. Can you trim them down and re-push?

Thanks,

Brian

skyhawk86305 commented 9 years ago

Yes I can do that. Will have an update later today On Jun 17, 2015 4:42 PM, "Brian McManus" notifications@github.com wrote:

Since we're using common credentials which we know have profiles I don't think we need to include creates in these samples Greg. Can you trim them down and re-push?

Thanks,

Brian

— Reply to this email directly or view it on GitHub https://github.com/AuthorizeNet/sample-code-php/pull/7#issuecomment-112980914 .

brianmc commented 9 years ago

Thanks Greg, any chance you could create a quick sample for create-profile-from-transaction? http://developer.authorize.net/api/reference/#manage-customer-profiles

Should only take a few mins. Thanks!

skyhawk86305 commented 9 years ago

Added additional Customer Profile tests as well as create-profile-from-transaction"

skyhawk86305 commented 9 years ago

I pushed create-profile-from-transaction.php. Ran a quick test. For some reason the API is not found. Will work on tomorrow

Full-stack Web Developer and Device Driver expert

On Wed, Jun 17, 2015 at 6:18 PM, Brian McManus notifications@github.com wrote:

Thanks Greg, any chance you could create a quick sample for create-profile-from-transaction? http://developer.authorize.net/api/reference/#manage-customer-profiles

Should only take a few mins. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/AuthorizeNet/sample-code-php/pull/7#issuecomment-113000785 .

brianmc commented 9 years ago

I added the sample : https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-profile-from-transaction.php

Probably didn't work because it needed an SDK update

Thanks