mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[Admin] Add missing payment method update hooks
This commit is contained in:
parent
4dc6181179
commit
e2bc077918
1 changed files with 16 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue