支付参数
This commit is contained in:
parent
30cbf7d8cc
commit
f810b8105e
@ -40,7 +40,7 @@ end
|
|||||||
function SDKPayDefaultManager:getPurchaseArgs(purchaseToken, uuid, channelOrderId, productId)
|
function SDKPayDefaultManager:getPurchaseArgs(purchaseToken, uuid, channelOrderId, productId)
|
||||||
local args = {
|
local args = {
|
||||||
channel = self:getSDKPayType(),
|
channel = self:getSDKPayType(),
|
||||||
params = {uuid}
|
params = {uuid, productId}
|
||||||
}
|
}
|
||||||
return args
|
return args
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user