mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Refactor confirm & return urls
This commit is contained in:
@@ -3,5 +3,4 @@ netopia_mobilpay:
|
||||
public_cert: '%env(NETOPIA_MOBILPAY_PUBLIC_CERT)%'
|
||||
private_key: '%env(NETOPIA_MOBILPAY_PRIVATE_KEY)%'
|
||||
signature: '%env(NETOPIA_MOBILPAY_SIGNATURE)%'
|
||||
return_url: 'netopia_mobilpay_return_url'
|
||||
confirm_url: 'netopia_mobilpay_confirm_url'
|
||||
sms_service: '%env(NETOPIA_MOBILPAY_SMS_SERVICE)%'
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
netopia_mobilpay_return_url:
|
||||
controller: "@NetopiaMobilPayBundle/Controller/NetopiaMobilpayController.php::returnUrlAction"
|
||||
path: /netopia-mobilpay/thank-you
|
||||
methods: GET
|
||||
|
||||
netopia_mobilpay_confirm_url:
|
||||
controller: "@NetopiaMobilPayBundle/Controller/NetopiaMobilpayController.php::confirmUrlAction"
|
||||
path: /netopia-mobilpay/confirm
|
||||
methods: POST
|
||||
Reference in New Issue
Block a user