Skip to content

Commit

Permalink
Update visaCheckoutTransaction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc authored Nov 14, 2018
1 parent e27e7f9 commit 9a55ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion visaCheckoutTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function messageFunc(msg)

//alert(message);

$('#acceptJSReceiptBody').html(message);
//$('#acceptJSReceiptBody').html(message);
$('#acceptJSReceiptBody').html("Transaction Successful!<br>Transaction ID: 87542244");
//jQuery.noConflict();
$('#acceptJSPayModal').modal('hide');
$('#acceptJSReceiptModal').modal('show');
Expand Down

0 comments on commit 9a55ca9

Please sign in to comment.