zeply.payments-gateway-contracts
v1.0.11
Published
- This library will fetch the API yaml files `['doc/contract.yaml', 'doc/internal-contract.yaml']` located at https://gitlab.com/zeply-ou/products/payment-gateway/api.git copy those into local yaml folder than generate a typescript ts files from them. Thi
Downloads
1
Readme
zeply.payments-gateway-contracts
- This library will fetch the API yaml files
['doc/contract.yaml', 'doc/internal-contract.yaml']
located at https://gitlab.com/zeply-ou/products/payment-gateway/api.git copy those into local yaml folder than generate a typescript ts files from them. This way we can ensure full sync of our contracts with the backend API.
Update Contracts
Building
Run nx build zeply.payments-gateway-contracts
to fetch lattest API yaml files and build the library.
Running unit tests
Run nx test zeply.payments-gateway-contracts
to execute the unit tests via Jest.