Stripe::add_stripe_intents( AutomatticWooCommerceBlocksPaymentsPaymentContext $context, AutomatticWooCommerceBlocksPaymentsPaymentResult $result )
Handles any potential stripe intents on the order that need handled.
Description Description
This is configured to execute after legacy payment processing has happened on the woocommerce_rest_checkout_process_payment_with_context action hook.
Parameters Parameters
- $context
-
(Required) Holds context for the payment.
- $result
-
(Required) Result object for the payment.
Source Source
File: packages/woocommerce-blocks/src/Payments/Integrations/Stripe.php