mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
recipes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
plugin_import_export:
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Andchir\\ImportExportBundle\\ImportExportBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Andchir\\MarkdownBundle\\MarkdownBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
markdown:
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
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:
|
||||
PayPal_Express:
|
||||
parameters:
|
||||
username: xxxxxxxxxxxxx
|
||||
password: xxxxxxxxxxxxxxxxxx
|
||||
signature: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
purchase:
|
||||
username: ~
|
||||
password: ~
|
||||
signature: ~
|
||||
amount: AMOUNT
|
||||
currency: RUB
|
||||
testMode: true
|
||||
returnUrl: NOTIFY_URL
|
||||
cancelUrl: CANCEL_URL
|
||||
complete:
|
||||
username: ~
|
||||
password: ~
|
||||
signature: ~
|
||||
amount: AMOUNT
|
||||
currency: RUB
|
||||
testMode: true
|
||||
returnUrl: NOTIFY_URL
|
||||
cancelUrl: CANCEL_URL
|
||||
YandexMoney:
|
||||
parameters:
|
||||
shopid: xxxxxx
|
||||
scid: xxxxxx
|
||||
password: xxxxxxxxxxxxxxxxx
|
||||
customerNumber: CUSTOMER_EMAIL
|
||||
amount: AMOUNT
|
||||
orderId: PAYMENT_ID
|
||||
method: ~
|
||||
returnUrl: RETURN_URL
|
||||
cancelUrl: CANCEL_URL
|
||||
purchase:
|
||||
amount: AMOUNT
|
||||
currency: RUB
|
||||
receipt: ~
|
||||
testMode: true
|
||||
complete:
|
||||
shopid: ~
|
||||
scid: ~
|
||||
action: ~
|
||||
md5: ~
|
||||
orderNumber: PAYMENT_ID
|
||||
orderSumAmount: AMOUNT
|
||||
orderSumCurrencyPaycash: ~
|
||||
orderSumBankPaycash: ~
|
||||
shopid: ~
|
||||
invoiceId: ~
|
||||
customerNumber: CUSTOMER_EMAIL
|
||||
password: ~
|
||||
Sberbank:
|
||||
parameters:
|
||||
username: xxxxxx
|
||||
password: xxxxxx
|
||||
returnUrl: RETURN_URL
|
||||
cancelUrl: CANCEL_URL
|
||||
purchase:
|
||||
username: ~
|
||||
password: ~
|
||||
orderNumber: PAYMENT_ID
|
||||
amount: AMOUNT
|
||||
currency: RUB
|
||||
testMode: true
|
||||
complete:
|
||||
username: ~
|
||||
password: ~
|
||||
@@ -0,0 +1,3 @@
|
||||
omnipay:
|
||||
resource: "@OmnipayBundle/Resources/config/routing.yml"
|
||||
prefix: /
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Andchir\\OmnipayBundle\\OmnipayBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user