I use stripe payment module, and subscriber on payment.captured is not triggered if I set up capture: true in payment module configuration for stripe (https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe). Is it a bug or expected behavior?
Everything works fine if I set capture: false and then do manual capture through Medusa UI.