@iblai/data-layer 1.0.0 → 1.1.1

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.esm.js CHANGED
@@ -37609,10 +37609,11 @@ const stripeApiSlice = createApi({
37609
37609
  providesTags: ['stripe-context'],
37610
37610
  }),
37611
37611
  getStripePricingPageSession: builder.query({
37612
- query: ({ platform_key }) => ({
37612
+ query: ({ platform_key, params }) => ({
37613
37613
  url: STRIPE_ENDPOINTS.GET_STRIPE_PRICING_PAGE_SESSION.path(platform_key),
37614
37614
  service: STRIPE_ENDPOINTS.GET_STRIPE_PRICING_PAGE_SESSION.service,
37615
37615
  method: 'GET',
37616
+ params,
37616
37617
  }),
37617
37618
  providesTags: ['stripe-context'],
37618
37619
  }),