diff --git a/andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml b/andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml new file mode 100644 index 00000000..68a54431 --- /dev/null +++ b/andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml @@ -0,0 +1 @@ +plugin_import_export: diff --git a/andchir/import-export-bundle/1.0/manifest.json b/andchir/import-export-bundle/1.0/manifest.json new file mode 100644 index 00000000..eea4b805 --- /dev/null +++ b/andchir/import-export-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Andchir\\ImportExportBundle\\ImportExportBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file diff --git a/andchir/markdown-bundle/1.0/manifest.json b/andchir/markdown-bundle/1.0/manifest.json new file mode 100644 index 00000000..4954d982 --- /dev/null +++ b/andchir/markdown-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Andchir\\MarkdownBundle\\MarkdownBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file diff --git a/andchir/markdown-bundle/config/packages/markdown.yaml b/andchir/markdown-bundle/config/packages/markdown.yaml new file mode 100644 index 00000000..2ec6e8fa --- /dev/null +++ b/andchir/markdown-bundle/config/packages/markdown.yaml @@ -0,0 +1 @@ +markdown: diff --git a/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml new file mode 100755 index 00000000..b5029757 --- /dev/null +++ b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml @@ -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: ~ \ No newline at end of file diff --git a/andchir/omnipay-bundle/1.0/config/routes/omnipay.yaml b/andchir/omnipay-bundle/1.0/config/routes/omnipay.yaml new file mode 100644 index 00000000..19ab3d91 --- /dev/null +++ b/andchir/omnipay-bundle/1.0/config/routes/omnipay.yaml @@ -0,0 +1,3 @@ +omnipay: + resource: "@OmnipayBundle/Resources/config/routing.yml" + prefix: / diff --git a/andchir/omnipay-bundle/1.0/manifest.json b/andchir/omnipay-bundle/1.0/manifest.json new file mode 100644 index 00000000..94d0877b --- /dev/null +++ b/andchir/omnipay-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Andchir\\OmnipayBundle\\OmnipayBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file