Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment
authorIvan Kohler <ivan@freeside.biz>
Thu, 24 Jan 2013 08:43:24 +0000 (00:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 24 Jan 2013 08:43:24 +0000 (00:43 -0800)
1  2 
OnlinePayment.pm

diff --combined OnlinePayment.pm
@@@ -270,7 -270,7 +270,7 @@@ Business::OnlinePayment - Perl extensio
                          type        => 'Visa',
                          amount      => '49.95',
                          card_number => '1234123412341238',
 -                        expiration  => '0100',
 +                        expiration  => '06/15',
                          name        => 'John Q Doe',
                         );
    $transaction->submit();
@@@ -501,7 -501,7 +501,7 @@@ Credit card number
  
  =item expiration
  
 -Credit card expiration.
 +Credit card expiration, MM/YY.
  
  =item cvv2
  
@@@ -635,8 -635,9 +635,9 @@@ Submit the transaction to the processo
  
  =head2 is_success()
  
- Returns true if the transaction was submitted successfully, false if
- it failed (or undef if it has not been submitted yet).
+ Returns true if the transaction was approved by the gateway, false if 
+ it was submitted but not approved, or undef if it has not been 
+ submitted yet.
  
  =head2 error_message()