mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
changes to mimic google implementation
This commit is contained in:
parent
4797d53ad5
commit
63ab1e383d
20 changed files with 724 additions and 216 deletions
8
modules/ppcp-applepay/resources/js/Helper/utils.js
Normal file
8
modules/ppcp-applepay/resources/js/Helper/utils.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export const buttonID = 'applepay-container';
|
||||
export const endpoints = {
|
||||
validation: '_apple_pay_validation',
|
||||
createOrderCart: '_apple_pay_create_order_cart',
|
||||
createOrderProduct: '_apple_pay_create_order_product',
|
||||
updateShippingMethod: '_apple_pay_update_shipping_contact',
|
||||
updateShippingContact: '_apple_pay_update_billing_contact',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue