File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
4241
4342• ` Optional ` ** tax\_ exempt\_ checkbox\_ enabled** : ` boolean `
4443
45- ___
46-
47- ### batch\_ requests
48-
49- • ` Optional ` ** batch\_ requests** : ` boolean `
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments