mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add GooglePay shipping support.
This commit is contained in:
parent
799e06a7dd
commit
8526adbcee
6 changed files with 101 additions and 64 deletions
|
@ -10,6 +10,10 @@ class BaseHandler {
|
|||
this.externalHandler = externalHandler;
|
||||
}
|
||||
|
||||
shippingAllowed() {
|
||||
return true;
|
||||
}
|
||||
|
||||
transactionInfo() {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue