omise / omise-magento

Omise Magento Plugin
https://docs.opn.ooo/magento-plugin
MIT License
34 stars 19 forks source link

Add support for Google Pay payment method #351

Closed hpariwat closed 2 years ago

hpariwat commented 2 years ago

1. Objective

Add support for Google Pay payment method. Allow customers to pay using cards that are connected to their Google Account.

2. Description of change

3. Quality assurance

🔧 Environments:

✏️ Details:

A new section on the Admin configuration site. Screen Shot 2565-05-27 at 10 15 11

The Merchant ID, Request Billing Address, and Request Phone Number options are sent directly upon connecting with Google server, depending on business needs.

If Request Billing Address is not enabled, then Request Phone Number will not be visible.

Screen Shot 2565-05-27 at 17 15 10

A Google Pay button will appear if it's enabled on the Admin's site. Screen Shot 2565-05-27 at 09 49 39

Upon readiness check failure, this error message will appear. Screen Shot 2565-05-27 at 09 51 33

4. Impact of the change

Customers can now pay with Google Pay.

5. Priority of change

Normal.

6. Additional Notes