Add GooglePay shipping support.

This commit is contained in:
Pedro Silva 2023-10-13 14:36:11 +01:00
parent 799e06a7dd
commit 8526adbcee
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
6 changed files with 101 additions and 64 deletions

View file

@ -10,6 +10,10 @@ class BaseHandler {
this.externalHandler = externalHandler;
}
shippingAllowed() {
return true;
}
transactionInfo() {
return new Promise((resolve, reject) => {