Uncommented functions to send data to cloud
This commit is contained in:
parent
0e51190dfe
commit
3a8792c730
14
index.html
14
index.html
@ -834,7 +834,6 @@
|
||||
getRef('tx-popup-technology-tokens').value = technology_provider_split;
|
||||
getRef('tx-popup-txid').value = txid;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1137,9 +1136,9 @@
|
||||
if (data.referrer_split)
|
||||
receivers[data.referrer_floid] =
|
||||
(receivers[data.referrer_floid] || 0) + data.referrer_split;
|
||||
/*floExchangeAPI
|
||||
floExchangeAPI
|
||||
.transferToken(receivers, "flobnb", myFloID, myPrivKey)
|
||||
.then((txid) => { */
|
||||
.then((txid) => {
|
||||
let sensitiveData = {
|
||||
consumer_name: data.consumer_name,
|
||||
consumer_upi_address: data.consumer_upi_address,
|
||||
@ -1174,13 +1173,12 @@
|
||||
to_date: data.to_date,
|
||||
days_stayed: data.days_stayed,
|
||||
};
|
||||
console.log(cloudData);
|
||||
/*floCloudAPI
|
||||
floCloudAPI
|
||||
.sendGeneralData(cloudData, "flobnb_data")
|
||||
.then((result) => resolve(result))
|
||||
.catch((error) => reject(error));*/
|
||||
/*})
|
||||
.catch((error) => reject(error));*/
|
||||
.catch((error) => reject(error));
|
||||
})
|
||||
.catch((error) => reject(error));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user