X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=OnlinePayment.pm;h=b4404fe19b306fb245b62fd227d6bc6b2d1ba789;hb=72783a4ae656a3d75184d0210ab81c73e22867b6;hp=2adbd80e5788cb6f21923f2178d040ad41c8164a;hpb=534e87c9dbc8562c4f6bbd6cfe96b7b8dae0fab8;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 2adbd80..b4404fe 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -36,6 +36,7 @@ my @methods = qw( response_page avs_code cvv2_response + txn_date ); __PACKAGE__->build_subs(@methods); @@ -708,6 +709,11 @@ 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. + =head2 fraud_score() Retrieve or change the fraud score from any Business::FraudDetect plugin