@sniipwebmaster/transaction-service-client-grpcweb-ts 26.4.14462 → 26.4.14484

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.
@@ -5312,4 +5312,5 @@ export enum Gateway {
5312
5312
  FAT_ZEBRA = 2,
5313
5313
  TILL = 3,
5314
5314
  CYBERSOURCE = 4,
5315
+ CHECKOUT = 5,
5315
5316
  }
@@ -42734,7 +42734,8 @@ proto.sniiptransactionapi.Gateway = {
42734
42734
  STRIPE: 1,
42735
42735
  FAT_ZEBRA: 2,
42736
42736
  TILL: 3,
42737
- CYBERSOURCE: 4
42737
+ CYBERSOURCE: 4,
42738
+ CHECKOUT: 5
42738
42739
  };
42739
42740
 
42740
42741
  goog.object.extend(exports, proto.sniiptransactionapi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "26.4.14462",
3
+ "version": "26.4.14484",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",