[Admin] Add missing payment method update hooks

This commit is contained in:
Rafikooo 2024-04-25 10:04:41 +02:00
parent 4dc6181179
commit e2bc077918
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -37,6 +37,22 @@ twig_hooks:
type:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/type.html.twig'
'sylius_admin.payment_method.update.content.form.sections.gateway_configuration.paypal_express_checkout':
username:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/paypal/username.html.twig'
password:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/paypal/password.html.twig'
signature:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/paypal/signature.html.twig'
sandbox:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/paypal/sandbox.html.twig'
'sylius_admin.payment_method.update.content.form.sections.gateway_configuration.stripe_checkout':
publishable_key:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/stripe/publishable_key.html.twig'
secret_key:
template: '@SyliusAdmin/payment_method/form/sections/gateway_configuration/stripe/secret_key.html.twig'
'sylius_admin.payment_method.update.content.form.sections.translations':
type:
template: '@SyliusAdmin/payment_method/form/sections/translations/translations.html.twig'