Add txn_date to return fields (and build_subs)
authorIvan Kohler <ivan@freeside.biz>
Tue, 9 Aug 2016 01:00:21 +0000 (18:00 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 9 Aug 2016 01:00:21 +0000 (18:00 -0700)
OnlinePayment.pm
notes_for_module_writers_v3

index 2adbd80..b4404fe 100644 (file)
@@ -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
index 86172c5..6b64805 100644 (file)
@@ -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 
         };
       }