Stripe Statement Descriptor
-
I am moving from another plugin, but I need to edit the Stripe Statement Descriptor, via php, css, or your plugin
for the old plugin I used
// The code will be applied to all forms add_filter('wppayform/stripe_checkout_session_args', function ($checkoutArgs, $submission) { $descriptor = 'VoiceofChangeNetwork'; if (isset($checkoutArgs['payment_intent_data'])) { $checkoutArgs['payment_intent_data']['statement_descriptor'] = $descriptor; } return $checkoutArgs; }, 1, 2); please help so I can integrate this quickly, thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Stripe Statement Descriptor’ is closed to new replies.