mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
11 lines
283 B
YAML
Executable File
11 lines
283 B
YAML
Executable File
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
|