Skip to content

Commit

Permalink
return deliveryDate to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lucvysk committed Dec 19, 2023
1 parent 5661f79 commit a696fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkout-ui-custom/src/checkout6-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.vcustom = {
checkout: new CheckoutCustom({
type: 'vertical', // ["vertical" , "horizontal"]
accordionPayments: true,
deliveryDateFormat: true,
deliveryDateFormat: false,
quantityPriceCart: false,
showNoteField: false,
customAddressForm: true,
Expand Down

0 comments on commit a696fd9

Please sign in to comment.