Updated the Omise PHP to use minimum amount from the capability API instead of pre-defined value. Added a function getInstallmentMinLimits in includes/class-omise-capabilities.php to get the minimum amount to show it in the checkout page.
3. Quality assurance
Updated the minimum installment amount value from the Opn configuration
Enable Installment payment method in WooCommerce.
Add items to the cart but below the installment amount value you set up on the Opn config.
You should see above screenshot.
Add items to the cart above the installment amount value you set up on the Opn config.
1. Objective
Fetch the minimum amount of Installment payment method from live config of the Opn account.
Jira Ticket: #1134
2. Description of change
Updated the Omise PHP to use minimum amount from the capability API instead of pre-defined value. Added a function
getInstallmentMinLimits
inincludes/class-omise-capabilities.php
to get the minimum amount to show it in the checkout page.3. Quality assurance
Updated the
minimum installment amount
value from the Opn configurationEnable Installment payment method in WooCommerce.
Add items to the cart but below the installment amount value you set up on the Opn config.
You should see above screenshot.
Add items to the cart above the installment amount value you set up on the Opn config.
You should see a list of banks.
🔧 Environments: