From 9cd67d129f7e63edc3d2ccb5dde23a9dbf03068c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 8 Aug 2016 18:03:41 -0700 Subject: [PATCH] return txn_date --- Changes | 1 + lib/Business/OnlinePayment/CardFortress.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index 6298463..2df370e 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for Business-OnlinePayment-CardFortress - Declare support for "Tokenize"-only action in introspection - Correct introspection: info_compat, not info_version - Pass bop_options to gateway + - Return txn_date 0.02 Mon Dec 13 22:49:44 PST 2010 - Declare dependency on File::Slurp, closes: rt.cpan.org #63891 diff --git a/lib/Business/OnlinePayment/CardFortress.pm b/lib/Business/OnlinePayment/CardFortress.pm index 1d97d49..ea438fa 100644 --- a/lib/Business/OnlinePayment/CardFortress.pm +++ b/lib/Business/OnlinePayment/CardFortress.pm @@ -73,6 +73,7 @@ sub submit { fraud_score fraud_transaction_id result_code avs_code cvv2_response card_token + txn_date )) { $self->$_($response{$_}); } -- 2.11.0