Jump to content

anyone know what error 4X196/3 is..?


Go to solution Solved by Adriano Faria,

Recommended Posts

  • Solution
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' );
			}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...