diff options
author | ivan <ivan> | 2002-12-17 19:19:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-17 19:19:46 +0000 |
commit | a3059635230c2e65aa4e6996848d07968eb5a910 (patch) | |
tree | 2fa9e9b67806a2f8c6f1816fa83a5d5829e93fe0 | |
parent | 7d8253e2ac3dda28c8013aca209570d3e4496567 (diff) |
-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', |