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 /PaymentsGateway.pm | |
parent | 7d8253e2ac3dda28c8013aca209570d3e4496567 (diff) |
Diffstat (limited to 'PaymentsGateway.pm')
-rw-r--r-- | PaymentsGateway.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |