@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.
|
@@ -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);
|