summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-15 12:22:57 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-15 12:22:57 -0800
commit65608cf88ed2170bc6bcad01a0c55b70dc4b3082 (patch)
tree67d2296b111722e1111291d83b405bf73c9d29e4 /AuthorizeNet.pm
parentc0f92ee088a8f47299298f5eafff2f804721c00c (diff)
Documentation: add country and email fields to example (closes: CPAN#80337)
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r--AuthorizeNet.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index fd04f5a..12d0172 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -67,12 +67,14 @@ Business::OnlinePayment::AuthorizeNet - AuthorizeNet backend for Business::Onlin
amount => '49.95',
invoice_number => '100100',
customer_id => 'jsk',
+ email => 'jason@example.com',
first_name => 'Jason',
last_name => 'Kohles',
address => '123 Anystreet',
city => 'Anywhere',
state => 'UT',
zip => '84058',
+ country => 'US',
card_number => '4007000000027',
expiration => '09/02',
cvv2 => '1234', #optional
@@ -102,12 +104,14 @@ Business::OnlinePayment::AuthorizeNet - AuthorizeNet backend for Business::Onlin
amount => '49.95',
invoice_number => '100100',
customer_id => 'jsk',
+ email => 'jason@example.com',
first_name => 'Jason',
last_name => 'Kohles',
address => '123 Anystreet',
city => 'Anywhere',
state => 'UT',
zip => '84058',
+ country => 'US',
card_number => '4007000000027',
expiration => '09/02',
cvv2 => '1234', #optional