penkay Posted August 10, 2021 Posted August 10, 2021 error 4X196/3 shows in my store logs, Customers cant complete transactions.. anyone having the same error ?
Solution Adriano Faria Posted August 10, 2021 Solution Posted August 10, 2021 1 minute ago, penkay said: error 4X196/3 shows in my store logs, Customers cant complete transactions.. anyone having the same error ? /* If we don't have any available payment methods, show an error */ if ( \count( $paymentMethods ) === 0 and !$amountToPay->amount->isZero() ) { \IPS\Output::i()->error( 'err_no_methods', '4X196/3', 500, 'err_no_methods_admin' ); }
CoffeeCake Posted August 10, 2021 Posted August 10, 2021 In case you don't speak PHP, @Adriano Faria is sharing the bit of code that results in that error. The error code can be interpreted to indicate that you have no available payment methods and the customer has some amount greater than zero to pay.
Adriano Faria Posted August 10, 2021 Posted August 10, 2021 Oh sorry, yes, I left the comment to the user.
Recommended Posts