Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function my_em_stripe_payment($stripe_checkout,$EM_Booking){
- $stripe_checkout['payment_method_types'] = ['card', 'sepa_debit','sofort'];
- return $stripe_checkout;
- }
- add_filter('em_gateway_stripe_checkout_session_vars', 'my_em_stripe_payment', 100,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement