Documentation: add country and email fields to example (closes: CPAN#80337)
authorIvan Kohler <ivan@freeside.biz>
Sat, 15 Feb 2014 20:22:57 +0000 (12:22 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 15 Feb 2014 20:22:57 +0000 (12:22 -0800)
AuthorizeNet.pm
Changes

index fd04f5a..12d0172 100644 (file)
@@ -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
diff --git a/Changes b/Changes
index 3274f7b..237ae4e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
           Pearlman, thanks!
         - Documentation: fix spelling errors, thanks to Xavier Guimard
         - Documentation: remove redundant/out-of-date AUTHORS section in AIM.pm
+        - Documentation: add country and email fields to example
 
 3.22  Mon Sep 26 15:06:52 PDT 2011
         - Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix