{{ form_row(form) }}
diff --git a/templates/admin/payment_method/form/hf_sub_merchant_id.html.twig b/templates/admin/payment_method/form/hf_sub_merchant_id.html.twig
new file mode 100644
index 00000000..1f2d5696
--- /dev/null
+++ b/templates/admin/payment_method/form/hf_sub_merchant_id.html.twig
@@ -0,0 +1,5 @@
+{% set form = hookable_metadata.context.form.gatewayConfig.config.hfSubMerchantId %}
+
+
+ {{ form_row(form) }}
+
diff --git a/templates/admin/payment_method/form/integrated_payment.html.twig b/templates/admin/payment_method/form/hosted_fields_mode.html.twig
similarity index 80%
rename from templates/admin/payment_method/form/integrated_payment.html.twig
rename to templates/admin/payment_method/form/hosted_fields_mode.html.twig
index 26c8c373..f63517fd 100644
--- a/templates/admin/payment_method/form/integrated_payment.html.twig
+++ b/templates/admin/payment_method/form/hosted_fields_mode.html.twig
@@ -1,5 +1,5 @@
-{% set form = hookable_metadata.context.form.gatewayConfig.config.integratedPayment %}
+{% set form = hookable_metadata.context.form.gatewayConfig.config.hostedFieldsMode %}
{{ form_row(form) }}
-
\ No newline at end of file
+
diff --git a/templates/shop/hosted_fields/index.html.twig b/templates/shop/hosted_fields/index.html.twig
index 4136effd..1a8c2970 100644
--- a/templates/shop/hosted_fields/index.html.twig
+++ b/templates/shop/hosted_fields/index.html.twig
@@ -1,10 +1,8 @@
-{% set config = paymentMethod.gatewayConfig.config %}
-