We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414cdbb commit d8d2977Copy full SHA for d8d2977
mu-plugins/jquery.org/stripe.php
@@ -8,7 +8,7 @@
8
9
class StripeForm {
10
public static function init() {
11
- wp_enqueue_script( 'stripe', get_template_directory_uri() . '/js/stripe.js' );
+ wp_enqueue_script( 'stripe', "https://checkout.stripe.com/checkout.js" );
12
wp_localize_script( 'stripe', 'StripeForm', array(
13
'url' => admin_url('admin-ajax.php'),
14
'action' => 'stripe_charge',
0 commit comments