active_merchant
active_merchant copied to clipboard
Authorize.Net: Get customer profile with merchant_customer_id or email
I wanted to use the AuthorizeNetCim#get_customer_profile
method in a project and noticed the API supports getting a profile with the merchantCustomerId
or email
in addition to the customerProfileId
, so I added support for that.
@bpollack Thank you for all the feedback; I know my style needs improvement and I love that open source projects allow learning like that :) I pushed another commit a few days ago that I think addresses the change requests; if you could take another look and let me know if you see anything else, that would be great!
@nfarve Because you're in authorize.net, hit me you'd be a really good person to tag. This seems like it might be in line with the general work you're doing right now, and the patch looks clean; any thoughts on merging?