In templates/payment/form-fpx.php line 11, disabled was not wrapped by quote so PHP interpreted it as a constant. I changed the disabled into "disabled" to fix the issue.
3. Quality assurance
Change to Malaysia PSP and see the drop down of the online banking (FPX) by going to the checkout page.
Before
After
🔧 Environments:
Specify the details of your test environments, including, for each, the platform version (on which the plugin was run), the Omise plugin version, and the versions of your system software such as PHP or Ruby.
1. Objective
Fix the issue of displaying an error as an option of Online bank ing (FPX) when one of the bank is set as inactive
Jira: #290
2. Description of change
In
templates/payment/form-fpx.php
line 11,disabled
was not wrapped by quote so PHP interpreted it as a constant. I changed thedisabled
into"disabled"
to fix the issue.3. Quality assurance
Change to Malaysia PSP and see the drop down of the online banking (FPX) by going to the checkout page.
Before
After
🔧 Environments:
Specify the details of your test environments, including, for each, the platform version (on which the plugin was run), the Omise plugin version, and the versions of your system software such as PHP or Ruby.
i.e.