From f9227c850b3ea83654733c10fea407fb4004ea2d Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 30 Jan 2024 16:51:48 -0600 Subject: [PATCH] PXP 708 FF removal frontend library --- docs/interfaces/ICheckoutProcess.md | 6 ------ package.json | 2 +- src/types/apiInterfaces.ts | 1 - src/variables/variables.ts | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/interfaces/ICheckoutProcess.md b/docs/interfaces/ICheckoutProcess.md index 44cf867..ed81c92 100644 --- a/docs/interfaces/ICheckoutProcess.md +++ b/docs/interfaces/ICheckoutProcess.md @@ -9,7 +9,6 @@ - [phone\_number\_required](ICheckoutProcess.md#phone_number_required) - [tax\_exempt\_checkbox\_enabled](ICheckoutProcess.md#tax_exempt_checkbox_enabled) - [tax\_shipping](ICheckoutProcess.md#tax_shipping) -- [batch\_requests](ICheckoutProcess.md#batch_requests) ## Properties @@ -42,8 +41,3 @@ ___ • `Optional` **tax\_exempt\_checkbox\_enabled**: `boolean` -___ - -### batch\_requests - -• `Optional` **batch\_requests**: `boolean` diff --git a/package.json b/package.json index 7fe179c..6fc9690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boldcommerce/checkout-frontend-library", - "version": "0.52.1", + "version": "0.52.2", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", diff --git a/src/types/apiInterfaces.ts b/src/types/apiInterfaces.ts index afac73d..c079855 100644 --- a/src/types/apiInterfaces.ts +++ b/src/types/apiInterfaces.ts @@ -430,7 +430,6 @@ export interface ICheckoutProcess{ accepts_marketing_checkbox_option: string, tax_exempt_checkbox_enabled?: boolean, tax_shipping?: boolean, - batch_requests?: boolean, rsa_enabled?: boolean, } diff --git a/src/variables/variables.ts b/src/variables/variables.ts index 33c03fa..5bdd571 100644 --- a/src/variables/variables.ts +++ b/src/variables/variables.ts @@ -147,7 +147,6 @@ export const generalSettings: IGeneralSettings = { accepts_marketing_checkbox_option: 'checked', tax_exempt_checkbox_enabled: undefined, tax_shipping: true, - batch_requests: false, rsa_enabled: false }, address_autocomplete: {