@final-commerce/common 2.0.8-beta.1 → 2.0.9

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,13 +425,6 @@ 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
- return PaymentProcessor2;
433
- })(PaymentProcessor || {});
434
-
435
428
  // utils/currency.util.ts
436
429
  var CURRENCY_CONFIG = {
437
430
  // Major currencies with 2 decimal places
@@ -2479,7 +2472,6 @@ export {
2479
2472
  PAYMENT_STATES,
2480
2473
  POS_VALID_INITIAL_STATES,
2481
2474
  PaymentMethod,
2482
- PaymentProcessor,
2483
2475
  Platform,
2484
2476
  PreviewImageMode,
2485
2477
  PricingLevel,