fix onmnipay-bundle config

This commit is contained in:
andchir
2019-04-06 19:44:50 +03:00
parent 28e291f970
commit 22c33800d8
3 changed files with 7 additions and 69 deletions
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
@@ -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: ~