Skip to content

Commit

Permalink
Update squareup.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 31, 2023
1 parent 2c4799d commit e7970a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $(document).ready(function () {
$('head').append(script);
script.onload = onScriptLoad;
script.src = "{{ squareup_js_api }}";
script.src = '{{ squareup_js_api }}';
script.async = true;
toggleAjaxSetup(init_ajax_setup);
Expand Down

0 comments on commit e7970a3

Please sign in to comment.