Stripe::add_payment_request_order_meta( AutomatticWooCommerceBlocksPaymentsPaymentContext $context, AutomatticWooCommerceBlocksPaymentsPaymentResult $result )

Add payment request data to the order meta as hooked on the woocommerce_rest_checkout_process_payment_with_context action.


Description Description


Parameters Parameters

$context

(Required) Holds context for the payment.

$result

(Required) Result object for the payment.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/Payments/Integrations/Stripe.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.