diff options
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | PaymentsGateway.pm | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -Revision history for Perl extension Business::OnlinePayment::PaymentsGateway +Revision history for Perl extension Business::OnlinePayment::PaymentsGateway. -0.01 unreleased +0.01 Tue Dec 17 11:18:38 PST 2002 -original version; created by ivan 1.0 on an aeroplane to OAK diff --git a/PaymentsGateway.pm b/PaymentsGateway.pm index 4f86106..9d69b4c 100644 --- a/PaymentsGateway.pm +++ b/PaymentsGateway.pm @@ -44,7 +44,7 @@ my %pg_response_code = ( 'U51' => 'Merchant is not "live"', 'U52' => 'Merchant not approved for transaction type (CC or EFT)', 'U53' => 'Transaction amount exceeds merchant\'s per transaction limit', - 'U54' => 'Merchant\'s configuration requires updating call customer'. + 'U54' => 'Merchant\'s configuration requires updating - call customer'. ' support', 'U80' => 'Transaction was declined due to preauthorization (ATM Verify)'. ' result', |