Flutterwave calling from back office

This commit is contained in:
ChiefSoft works
2022-05-09 05:42:10 +00:00
parent 5f40e637ea
commit 6804ebc879
3 changed files with 140 additions and 31 deletions
@@ -106,15 +106,15 @@ return false;
return false;
}
function smoneyProcessComplete(link_id) {
function smoneyProcessComplete(link_id) {
if(confirm("Are you sure you want to transmit this transaction ?")) {
// do something
} else {
return false;
}
if(confirm("Are you sure you want to transmit this transaction ?")) {
// do something
} else {
return false;
}
var f = document.getElementById('sendmoneyProcessPage'+link_id);
var f = document.getElementById('sendmoneyProcessPage'+link_id);
$('#btump'+link_id).html('Processing...');
$('#acmp'+link_id).prop('disabled', true);