From: Ivan Kohler Date: Tue, 9 Aug 2016 01:00:21 +0000 (-0700) Subject: Add txn_date to return fields (and build_subs) X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=72783a4ae656a3d75184d0210ab81c73e22867b6 Add txn_date to return fields (and build_subs) --- 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 diff --git a/notes_for_module_writers_v3 b/notes_for_module_writers_v3 index 86172c5..6b64805 100644 --- a/notes_for_module_writers_v3 +++ b/notes_for_module_writers_v3 @@ -93,6 +93,7 @@ These are the module writer's notes for v3. See the regular ], }, 'CC_void_requires_card' => 1, + #? 'CC_reverse_auth_requires_txn_date' => 1, 'ECHECK_void_requires_account' => 1, #routing_code, account_number, name }; }