We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Banktransfer payments break when the order status for "open payments" has not been configured:
Configuration:
Error:
403. } 404. 405. $orderStatus = new OrderState((int) $idOrderState, (int) $this->context->language->id); 406. if (!Validate::isLoadedObject($orderStatus)) { 407. Logger::addLog('PaymentModule::validateOrder - Order Status cannot be loaded', 3, null, 'Cart', (int) $idCart, true); 408. throw new PrestaShopException('Can\'t load Order status'); 409. } 410. 411. if (!$this->active) { 412. Logger::addLog('PaymentModule::validateOrder - Module is not active', 3, null, 'Cart', (int) $idCart, true); 413. die(Tools::displayError());
This can be solved by defaulting to PS_OS_BANKWIRE
PS_OS_BANKWIRE
The text was updated successfully, but these errors were encountered:
#62 Default status open to 'PS_OS_BANKWIRE'
5ffca1c
Fix for issue #62
b585b36
Merge pull request #62 from margud/4.0.9-meal-voucher
2bd5c5c
4.0.9 meal voucher
No branches or pull requests
Banktransfer payments break when the order status for "open payments" has not been configured:
Configuration:
Error:
This can be solved by defaulting to
PS_OS_BANKWIRE
The text was updated successfully, but these errors were encountered: