From 22c33800d88b73fe92fb5b070268b9a2cfc7a85f Mon Sep 17 00:00:00 2001 From: andchir Date: Sat, 6 Apr 2019 19:44:50 +0300 Subject: [PATCH] fix onmnipay-bundle config --- .idea/vcs.xml | 6 ++ .../1.0/config/packages/markdown.yaml | 0 .../1.0/config/packages/omnipay.yaml | 70 +------------------ 3 files changed, 7 insertions(+), 69 deletions(-) create mode 100644 .idea/vcs.xml delete mode 100644 andchir/markdown-bundle/1.0/config/packages/markdown.yaml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/andchir/markdown-bundle/1.0/config/packages/markdown.yaml b/andchir/markdown-bundle/1.0/config/packages/markdown.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml index 64fbf3a5..c4e51b9c 100755 --- a/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml +++ b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml @@ -7,72 +7,4 @@ omnipay: 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: ~ + gateways: ~ \ No newline at end of file