Flutterwave calling from back office
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user