We will be off on April 7th (Monday) for public holiday in our country

Commit 3943afa2 authored by attilak's avatar attilak

Add visibility settings for main checkout component

Show personalDetails and billing address
parent 5e9598fd
......@@ -75,7 +75,13 @@ define(
originKey: originKey,
environment: environment,
paymentMethodsResponse: paymentMethodsResponse,
showPayButton: false
consentCheckbox: false,
visibility: {
personalDetails: 'editable',
billingAddress: 'editable',
separateDeliveryAddress: 'hidden',
deliveryAddress: 'hidden'
}
});
paymentMethods(paymentMethodsResponse.paymentMethods);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment