Skip to content
Snippets Groups Projects
Commit b11a00d6 authored by mattwire's avatar mattwire
Browse files

We need to use billing_mode=4 for Drupal9Webform redirects

parent f5800352
No related branches found
No related tags found
1 merge request!217Implement Stripe Checkout (with support for SEPA and ACH)
......@@ -56,7 +56,7 @@ return [
'signature_label' => 'Webhook Secret',
'url_site_default' => 'http://unused.com',
'url_site_test_default' => 'http://unused.com',
'billing_mode' => 1,
'billing_mode' => 4,
'payment_type' => 1,
'is_recur' => 1,
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment