mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #434
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
netopia_mobilpay:
|
||||
payment_url: '%env(NETOPIA_MOBILPAY_PAYMENT_URL)%'
|
||||
public_cert: '%env(NETOPIA_MOBILPAY_PUBLIC_CERT)%'
|
||||
private_key: '%env(NETOPIA_MOBILPAY_PRIVATE_KEY)%'
|
||||
signature: '%env(NETOPIA_MOBILPAY_SIGNATURE)%'
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
netopia_mobilpay_return_url:
|
||||
path: /netopia-mobilpay/thank-you
|
||||
methods: GET
|
||||
defaults:
|
||||
_controller: FrameworkBundle:Redirect:redirect
|
||||
route: default
|
||||
permanent: true
|
||||
|
||||
netopia_mobilpay_confirm_url:
|
||||
path: /netopia-mobilpay/confirm
|
||||
methods: POST
|
||||
defaults:
|
||||
_controller: FrameworkBundle:Redirect:redirect
|
||||
route: default
|
||||
permanent: true
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bundles": {
|
||||
"birkof\\NetopiaMobilPay\\NetopiaMobilPayBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%CONFIG_DIR%/netopia_mobilpay/*.key",
|
||||
"/%CONFIG_DIR%/netopia_mobilpay/*.cer",
|
||||
"/%CONFIG_DIR%/netopia_mobilpay/*.json"
|
||||
],
|
||||
"env": {
|
||||
"NETOPIA_MOBILPAY_PAYMENT_URL": "http://sandboxsecure.mobilpay.ro",
|
||||
"NETOPIA_MOBILPAY_PUBLIC_CERT": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/public.cer",
|
||||
"NETOPIA_MOBILPAY_PRIVATE_KEY": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/private.key",
|
||||
"NETOPIA_MOBILPAY_SIGNATURE": "XXXX-XXXX-XXXX-XXXX-XXXX"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> What's next? </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/birkof/netopia-mobilpay-bundle</>
|
||||
Reference in New Issue
Block a user