Begin migrating to PaymentIntent

This commit is contained in:
PCoder 2020-12-24 19:34:06 +05:30
commit 1c4f297775
5 changed files with 35 additions and 2 deletions

View file

@ -197,7 +197,7 @@ $(document).ready(function () {
} else {
var process_text = "Processing";
if (typeof window.processing_text !== 'undefined') {
process_text = window.processing_text
process_text = window.processing_text;
}
$form_new.find('[type=submit]').html(process_text + ' <i class="fa fa-spinner fa-pulse"></i>');