You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: payment/PaymentClass.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ public function getError()
270
270
$this->response["message"] = 'The amount for this transaction exceeds the maximum amount. The maximum amount is 1000 EURO (equivalent in other currencies)';
271
271
break;
272
272
case3001:
273
-
$this->response["message"] = 'Transaction could not be initiated because the account is inactive.';
273
+
$this->response["message"] = 'Transaction could not be initiated due to connection problems. If the problem persists, please contact our support.';
274
274
break;
275
275
case2002:
276
276
$this->response["message"] = 'payment id is unknown.';
0 commit comments