I have enabled "authorize only" mode for Stripe payments (Payment Element) and, at first glance, it works fine. However, on the Stripe side, it creates two transactions, one of which is canceled. This is because we don't handle the 'requires_capture' state correctly, which should not be canceled.
Issue fork commerce_stripe-3464308
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
cosolom commentedComment #4
cosolom commentedComment #5
tomtech commentedAnother good catch. Thanks for the patch!
Comment #7
tomtech commented