There are some confusions about how to use PayNow or when will buyers be charged.
This pull request is to add a default payment instruction (editable) to guide buyers that they will have to scan a QR code to pay at the next page after checkout.
2. Description of change
Adding one sentence for the PayNow payment instruction.
3. Quality assurance
🔧 Environments:
WooCommerce: v3.9.3.
WordPress: v5.4.1.
PHP version: 7.3.3.
✏️ Details:
With a fresh installed Omise WooCommerce, you should be able to see a sentence filled by default at Omise PayNow payment setting page (editable).
As well, it will be shown at the checkout page.
4. Impact of the change
This change does not apply for those merchants who already enabled PayNow payment method. As at a time merchant enabled the payment method, the database will save its configuration as description: "" (empty string)
1. Objective
There are some confusions about how to use PayNow or when will buyers be charged. This pull request is to add a default payment instruction (editable) to guide buyers that they will have to scan a QR code to pay at the next page after checkout.
2. Description of change
Adding one sentence for the PayNow payment instruction.
3. Quality assurance
🔧 Environments:
✏️ Details:
With a fresh installed Omise WooCommerce, you should be able to see a sentence filled by default at Omise PayNow payment setting page (editable).
As well, it will be shown at the checkout page.
4. Impact of the change
This change does not apply for those merchants who already enabled PayNow payment method. As at a time merchant enabled the payment method, the database will save its configuration as
description: ""
(empty string)5. Priority of change
Normal
6. Additional Notes
None