Skip to content

Commit 02ba8c7

Browse files
authored
PXP 708 FF removal frontend library (#18)
1 parent af14adf commit 02ba8c7

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

docs/interfaces/ICheckoutProcess.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [phone\_number\_required](ICheckoutProcess.md#phone_number_required)
1010
- [tax\_exempt\_checkbox\_enabled](ICheckoutProcess.md#tax_exempt_checkbox_enabled)
1111
- [tax\_shipping](ICheckoutProcess.md#tax_shipping)
12-
- [batch\_requests](ICheckoutProcess.md#batch_requests)
1312

1413

1514
## Properties
@@ -42,8 +41,3 @@ ___
4241

4342
`Optional` **tax\_exempt\_checkbox\_enabled**: `boolean`
4443

45-
___
46-
47-
### batch\_requests
48-
49-
`Optional` **batch\_requests**: `boolean`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boldcommerce/checkout-frontend-library",
3-
"version": "0.52.1",
3+
"version": "0.52.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "MIT",

src/types/apiInterfaces.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ export interface ICheckoutProcess{
430430
accepts_marketing_checkbox_option: string,
431431
tax_exempt_checkbox_enabled?: boolean,
432432
tax_shipping?: boolean,
433-
batch_requests?: boolean,
434433
rsa_enabled?: boolean,
435434
}
436435

src/variables/variables.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export const generalSettings: IGeneralSettings = {
147147
accepts_marketing_checkbox_option: 'checked',
148148
tax_exempt_checkbox_enabled: undefined,
149149
tax_shipping: true,
150-
batch_requests: false,
151150
rsa_enabled: false
152151
},
153152
address_autocomplete: {

0 commit comments

Comments
 (0)