Displaying 2 results from an estimated 2 matches for "authorizenetgateway".
2010 Mar 22
2
ActiveMerchant, Authorize.net and Email Receipts
...ered,
had not been receiving email receipts from Authorize.net. All was
correct on the Auth.net config--what I discovered was that my app was
not sending the customer email. I fixed this problem, but it didn''t
fix the issue--even though the email was getting sent, using the
options hash in AuthorizeNetGateway#purchase, Authorize.net was still
not sending receipts. I investigated further, and found this in the
ActiveMerchant code:
BEGIN RUBY
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class AuthorizeNetGateway < Gateway
...snip...
def add_customer_data(post, options)
if opti...
2008 Oct 16
0
Active merchant
Hello Friends,
As i am using AuthorizeNetGateway for payment. So again with price i want to
store the user information as well currently i am just passing the following
information
response = gateway.purchase(amount, creditcard)
what else do i need to pass to store the user information?
thanks
abhishek
--~--~---------~--~----~------------~----...