@final-commerce/common 2.0.11-beta.1 → 2.0.11

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.mjs CHANGED
@@ -425,6 +425,14 @@ var ProductStatus = /* @__PURE__ */ ((ProductStatus2) => {
425
425
  return ProductStatus2;
426
426
  })(ProductStatus || {});
427
427
 
428
+ // enums/payments.enum.ts
429
+ var PaymentProcessor = /* @__PURE__ */ ((PaymentProcessor2) => {
430
+ PaymentProcessor2["STRIPE"] = "stripe";
431
+ PaymentProcessor2["ADYEN"] = "adyen";
432
+ PaymentProcessor2["EXTERNAL"] = "external";
433
+ return PaymentProcessor2;
434
+ })(PaymentProcessor || {});
435
+
428
436
  // utils/currency.util.ts
429
437
  var CURRENCY_CONFIG = {
430
438
  // Major currencies with 2 decimal places
@@ -2472,6 +2480,7 @@ export {
2472
2480
  PAYMENT_STATES,
2473
2481
  POS_VALID_INITIAL_STATES,
2474
2482
  PaymentMethod,
2483
+ PaymentProcessor,
2475
2484
  Platform,
2476
2485
  PreviewImageMode,
2477
2486
  PricingLevel,