X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OnlinePayment.pm;h=eecade456f1a78bd90dbbe27aef5503bab9a3330;hb=a023750bbd691868130811478e10c43635810b9e;hp=2bd6c4d98a7f2be779720d66ba8f42a825480719;hpb=e8a94b0859040833693b3c9a7d71b0257fa7a39a;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 2bd6c4d..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 @@ -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.