From: Ivan Kohler Date: Tue, 9 Aug 2016 01:03:41 +0000 (-0700) Subject: return txn_date X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-CardFortress.git;a=commitdiff_plain;h=9cd67d129f7e63edc3d2ccb5dde23a9dbf03068c return txn_date --- 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{$_}); }