{{ form_row(form.apiConfiguration.environmentType) }}
{{ form_row(form.enableForEveryone) }}
{{ form_row(form.apiConfiguration.clientCredentials.clientId) }}
{{ form_row(form.apiConfiguration.clientCredentials.clientSecret) }}
{{ form_row(form.ordersConfiguration.pointOfSaleId) }}
{{ form_row(form.apiConfiguration.merchantClientId) }}
{{ form_row(form.ordersConfiguration.allPaymentOptionsEnabled, { attr: form.ordersConfiguration.allPaymentOptionsEnabled.vars.attr|merge({ 'aria-expanded': form.ordersConfiguration.allPaymentOptionsEnabled.vars.value ? 'true' : 'false', 'data-toggle': 'collapse', 'data-target': '.js-available-payment-options', }), }) }}
{{ form_row(form.ordersConfiguration.availablePaymentOptions) }}
{{ form_row(form.ordersConfiguration.defaultInitialStatusId) }}
{{ form_row(form.ordersConfiguration.cashOnDeliveryStatusId) }}
{{ form_row(form.ordersConfiguration.paidStatusId) }}
{{ form_row(form.thankYouDisplayHook) }}
{{ form_row(form.productCardDisplayHook) }}
{{ form_row(form.checkoutButtonDisplayHook) }}
{{ form_row(form.fullPageCacheModuleInUse) }}
{{ form_row(form.sendAnalyticsData) }}