@connectedxm/client 4.2.4 → 4.2.5
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -463,6 +463,7 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
|
|
|
463
463
|
PaymentIntegrationType2["stripe"] = "stripe";
|
|
464
464
|
PaymentIntegrationType2["paypal"] = "paypal";
|
|
465
465
|
PaymentIntegrationType2["braintree"] = "braintree";
|
|
466
|
+
PaymentIntegrationType2["authorizenet"] = "authorizenet";
|
|
466
467
|
PaymentIntegrationType2["manual"] = "manual";
|
|
467
468
|
return PaymentIntegrationType2;
|
|
468
469
|
})(PaymentIntegrationType || {});
|