@sniipwebmaster/payment-methods-client-grpcweb-ts 24.10.5697 → 24.11.5719

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.
@@ -2824,4 +2824,5 @@ export enum Gateway {
2824
2824
  STRIPE = 0,
2825
2825
  FAT_ZEBRA = 1,
2826
2826
  TILL = 2,
2827
+ CYBERSOURCE = 3,
2827
2828
  }
@@ -23322,7 +23322,8 @@ proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse.prototype.setZenithto
23322
23322
  proto.sniippaymentmethodsserviceapi.Gateway = {
23323
23323
  STRIPE: 0,
23324
23324
  FAT_ZEBRA: 1,
23325
- TILL: 2
23325
+ TILL: 2,
23326
+ CYBERSOURCE: 3
23326
23327
  };
23327
23328
 
23328
23329
  goog.object.extend(exports, proto.sniippaymentmethodsserviceapi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "24.10.5697",
3
+ "version": "24.11.5719",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",