Hi I want to add another payment method like be2bill so:
payum:
gateways:
be2bill_offsite:
be2bill_offsite:
identifier: %be2bill.identifier%
password: %be2bill.password%
sandbox: true
sylius_payment:
gateways:
be2bill_offsite: be2bill
I add be2bill in admin panel but it doesn't show in checkout process ? is there any other config that I must to do?
Currently you also need to add it to sylius_payments.gateways configuration ndoe in YAML, but we will change that to be populated automatically.
Thank you, But I already add it to sylius_payment.gateways (I think you mean sylius_paymet not sylius_payments,right ?)
@samanmohamadi you should also enable this payment method on channel (Admin -> Edit channel -> choose payment methods).
@michalmarcinkowski ,Thanks very much.
Most helpful comment
@michalmarcinkowski ,Thanks very much.