|
@@ -262,6 +262,7 @@ async function getNewCollectionCastingData() {
|
|
|
let tNftCollection;
|
|
let tNftCollection;
|
|
|
let retNftSeriesLst = [];
|
|
let retNftSeriesLst = [];
|
|
|
let retFinalNftSeries;
|
|
let retFinalNftSeries;
|
|
|
|
|
+ lk.log(JSON.stringify(allNftSeriesLst));
|
|
|
if (allNftSeriesLst && allNftSeriesLst.length > 0) {
|
|
if (allNftSeriesLst && allNftSeriesLst.length > 0) {
|
|
|
let newCastingId = lk.getVal(GandartConstKey.NewCastingId, 0);
|
|
let newCastingId = lk.getVal(GandartConstKey.NewCastingId, 0);
|
|
|
newCastingId = Number(newCastingId);
|
|
newCastingId = Number(newCastingId);
|
|
@@ -903,6 +904,7 @@ async function getByOrderNo(orderNum) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async function checkPay(wChannel, orderNum, orderTotal, orderInfo) {
|
|
async function checkPay(wChannel, orderNum, orderTotal, orderInfo) {
|
|
|
|
|
+ gandartPasswordPlaintext = getMyPasswordPlainText();
|
|
|
let isPaySuccess = await finalPay(wChannel, orderNum, orderTotal, orderInfo);
|
|
let isPaySuccess = await finalPay(wChannel, orderNum, orderTotal, orderInfo);
|
|
|
return isPaySuccess;
|
|
return isPaySuccess;
|
|
|
}
|
|
}
|