1.0.5 • Published 5 years ago

@demyz/checkout-utils v1.0.5

Weekly downloads
7
License
-
Repository
-
Last release
5 years ago

Google Payments Client

import {
    GooglePay,
} from '@demyz/checkout-utils';

const params = {
    ...GooglePay.defaultGooglePayParams,
    buttonContainerElement: document.getElementById('gpay-container'),
}

const main = async () => {
    try {
        await GooglePay.loadGooglePayScript();

        const gPay = new GooglePayments();
        await gPay.init(params);
    } catch(e) {
        console.error(e);
    }
}
main();
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago