andchir/omnipay-bundle

Generated files

config/packages/omnipay.yaml

omnipay:
    success_url: '/profile/history_orders'
    fail_url: '/'
    return_url: '/omnipay_return'
    notify_url: '/omnipay_notify'
    cancel_url: '/omnipay_cancel'
    data_keys:
        paymentId: ['orderNumber']
        customerEmail: ['customerNumber']
    gateways: null

config/routes/omnipay.yaml

omnipay:
    resource: "@OmnipayBundle/Resources/config/routing.yml"
    prefix: /