@spartacus-easy/googlepay
v2211.20.2
Published
## Description Spartacus library for Google Pay.
Downloads
2
Keywords
Readme
@spartacus-easy/googlepay
Description
Spartacus library for Google Pay.
How to Install
The library can be installed in the Spartacus project with the following command:
yarn add @spartacus-easy/googlepay
How to Use
The library can be included in the Spartacus project as follow:
import { EasyGooglePayModule } from "@spartacus-easy/googlepay";
@NgModule({
imports: [
...
EasyGooglePayModule
],
})