@fluid-app/portal-sdk 0.1.338 → 0.1.339

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.
@@ -47,6 +47,6 @@ require("./ShopWidget-CGs4oaaC.cjs");
47
47
  require("./ScreenHeaderContext-DWDN0-mb.cjs");
48
48
  require("./AddressAutocompleteInput-Dt4OoHWV.cjs");
49
49
  require("./Combobox-D9lqcqeg.cjs");
50
- const require_SubscriptionsScreen = require("./SubscriptionsScreen-DOfdH7d7.cjs");
50
+ const require_SubscriptionsScreen = require("./SubscriptionsScreen-D1qSAUwT.cjs");
51
51
  exports.SubscriptionsScreen = require_SubscriptionsScreen.SubscriptionsScreen;
52
52
  exports.subscriptionsScreenPropertySchema = require_SubscriptionsScreen.subscriptionsScreenPropertySchema;
@@ -4708,6 +4708,11 @@ function SubscriptionsListScreenInner({ customerId, isLoadingCustomer, onToast }
4708
4708
  payment_method: {
4709
4709
  type: "card",
4710
4710
  token: data.payment_method.token,
4711
+ token_provider: "vgs",
4712
+ exp_month: data.payment_method.exp_month,
4713
+ exp_year: data.payment_method.exp_year,
4714
+ cvv_token: data.payment_method.cvv_token,
4715
+ card_holder: data.payment_method.card_holder,
4711
4716
  default: data.set_as_default
4712
4717
  },
4713
4718
  billing_address_id: data.billing_address_id
@@ -6782,6 +6787,11 @@ function PortalSubscriptionPaymentMethodSectionInner({ paymentMethod: currentPay
6782
6787
  payment_method: {
6783
6788
  type: "card",
6784
6789
  token: data.payment_method.token,
6790
+ token_provider: "vgs",
6791
+ exp_month: data.payment_method.exp_month,
6792
+ exp_year: data.payment_method.exp_year,
6793
+ cvv_token: data.payment_method.cvv_token,
6794
+ card_holder: data.payment_method.card_holder,
6785
6795
  default: data.set_as_default
6786
6796
  },
6787
6797
  billing_address_id: data.billing_address_id
@@ -7425,4 +7435,4 @@ Object.defineProperty(exports, "subscriptionsScreenPropertySchema", {
7425
7435
  }
7426
7436
  });
7427
7437
 
7428
- //# sourceMappingURL=SubscriptionsScreen-DOfdH7d7.cjs.map
7438
+ //# sourceMappingURL=SubscriptionsScreen-D1qSAUwT.cjs.map