@sniipwebmaster/payment-methods-client-grpcweb-ts 26.4.8231 → 26.4.8240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3915,6 +3915,7 @@ export enum Gateway {
3915
3915
  FAT_ZEBRA = 1,
3916
3916
  TILL = 2,
3917
3917
  CYBERSOURCE = 3,
3918
+ CHECKOUT = 4,
3918
3919
  }
3919
3920
  export enum AlternativePaymentMethodType {
3920
3921
  ALTERNATIVE_PAYMENT_METHOD_TYPE_ALIPAY = 0,
@@ -32026,7 +32026,8 @@ proto.sniippaymentmethodsserviceapi.Gateway = {
32026
32026
  STRIPE: 0,
32027
32027
  FAT_ZEBRA: 1,
32028
32028
  TILL: 2,
32029
- CYBERSOURCE: 3
32029
+ CYBERSOURCE: 3,
32030
+ CHECKOUT: 4
32030
32031
  };
32031
32032
 
32032
32033
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "26.4.8231",
3
+ "version": "26.4.8240",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",