X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OnlinePayment.pm;h=eecade456f1a78bd90dbbe27aef5503bab9a3330;hb=a023750bbd691868130811478e10c43635810b9e;hp=0b598f185297eaac34e20822c698a1bd100fbd98;hpb=014561f398ee68784f051fe7490fbe7967cab9e0;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 0b598f1..eecade4 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.04'; +$VERSION = '3.05_01'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() @@ -36,6 +36,7 @@ my @methods = qw( response_page avs_code cvv2_response + txn_date ); __PACKAGE__->build_subs(@methods); @@ -363,6 +364,8 @@ What action being taken by this transaction. Currently available are: =item Credit +=item Tokenize + =item Recurring Authorization =item Modify Recurring Authorization @@ -612,6 +615,21 @@ Customer's date of birth. =back +=head3 FOLLOW-UP TRANSACTION FIELDS + +These fields are used in follow-up transactions related to an original +transaction (Post Authorization, Reverse Authorization, Void, Credit). + +=over 4 + +=item authorization + +=item order_number + +=item txn_date + +=back + =head3 RECURRING BILLING FIELDS =over 4 @@ -708,6 +726,12 @@ this if you would like to run inquiries or refunds on the transaction later. If supported by your gateway, a card_token can be used in a subsequent transaction to refer to a card number. +=head2 txn_date() + +Transaction date, as returned by the gateway. Required by some gateways +for follow-up transactions. Store this if you would like to run inquiries or +refunds on the transaction later. + =head2 fraud_score() Retrieve or change the fraud score from any Business::FraudDetect plugin @@ -788,8 +812,8 @@ Croaks if any of the required fields are not present. =head2 silly_bool( $value ) -Returns 0 if the value starts with y, Y, t or T. -Returns 1 if the value starts with n, N, f or F. +Returns 1 if the value starts with y, Y, t or T. +Returns 0 if the value starts with n, N, f or F. Otherwise returns the value itself. Use this for handling boolean content like tax_exempt. @@ -810,7 +834,7 @@ Phil Lobbes Ephil at perkpartners dot comE Copyright (c) 1999-2004 Jason Kohles Copyright (c) 2004 Ivan Kohler -Copyright (c) 2007-2015 Freeside Internet Services, Inc. +Copyright (c) 2007-2016 Freeside Internet Services, Inc. All rights reserved.