修改alchemypay的开始购买方法
This commit is contained in:
parent
6bc467970b
commit
37bb87c0ad
File diff suppressed because one or more lines are too long
@ -247,7 +247,21 @@ function mintNFT(funId, address, tokenIds, startTime, saltNonce, signature, esti
|
|||||||
* accountId: account id of game user
|
* accountId: account id of game user
|
||||||
* orderId: from pre pay
|
* orderId: from pre pay
|
||||||
*/
|
*/
|
||||||
function beginPay(funId, crypto, address, fiat, fiatAmount, payWayCode, country, accountId, orderId) {
|
function beginPay(
|
||||||
|
funId,
|
||||||
|
network,
|
||||||
|
crypto,
|
||||||
|
address,
|
||||||
|
fiat,
|
||||||
|
fiatAmount,
|
||||||
|
payWayCode,
|
||||||
|
country,
|
||||||
|
accountId,
|
||||||
|
orderId,
|
||||||
|
timestamp,
|
||||||
|
salt,
|
||||||
|
sign
|
||||||
|
) {
|
||||||
promiseCb(
|
promiseCb(
|
||||||
funId,
|
funId,
|
||||||
jc.wallet.paySvr.alchemyPrePay({
|
jc.wallet.paySvr.alchemyPrePay({
|
||||||
@ -259,6 +273,10 @@ function beginPay(funId, crypto, address, fiat, fiatAmount, payWayCode, country,
|
|||||||
country,
|
country,
|
||||||
accountId,
|
accountId,
|
||||||
orderId,
|
orderId,
|
||||||
|
network,
|
||||||
|
timestamp,
|
||||||
|
salt,
|
||||||
|
sign,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user