[Plugin: WP Stripe] Customer name & description not being passed to Stripe
-
This code fixes the Name.. but not the description. (from stripe-display.php)
Stripe.createToken({
number: jQuery(‘.card-number’).val(),
cvc: jQuery(‘.card-cvc’).val(),
exp_month: jQuery(‘.card-expiry-month’).val(),
exp_year: jQuery(‘.card-expiry-year’).val(),
name: jQuery(‘input[name=wp_stripe_name]’).val(),
}, amount, stripeResponseHandler);
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WP Stripe] Customer name & description not being passed to Stripe’ is closed to new replies.