- Added an availability confirmation step in the checkout process for internet orders, ensuring users verify service eligibility before proceeding to payment. - Updated the CheckoutWizard component to conditionally include the new AvailabilityStep based on the order type. - Refactored AddressStep to navigate to the AvailabilityStep for internet orders, improving user flow. - Enhanced the checkout store to track internet availability requests and updated the state management for better handling of checkout steps. - Updated relevant schemas and documentation to reflect the new checkout flow and requirements.
5 lines
123 B
JSON
5 lines
123 B
JSON
{
|
|
"*.{ts,tsx,js,jsx}": ["eslint --no-warn-ignored", "prettier -w"],
|
|
"*.{json,md,yml,yaml,css,scss}": ["prettier -w"]
|
|
}
|