diff options
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', |