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( ...@@ -75,7 +75,13 @@ define(
originKey: originKey, originKey: originKey,
environment: environment, environment: environment,
paymentMethodsResponse: paymentMethodsResponse, paymentMethodsResponse: paymentMethodsResponse,
showPayButton: false consentCheckbox: false,
visibility: {
personalDetails: 'editable',
billingAddress: 'editable',
separateDeliveryAddress: 'hidden',
deliveryAddress: 'hidden'
}
}); });
paymentMethods(paymentMethodsResponse.paymentMethods); 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