apply_filters( 'tec_tickets_commerce_stripe_update_payment_intent_metadata', WP_Post $order , array $payment_intent )
Filter the updated metadata for a completed order’s payment intent.
Contents
Parameters
- $order
-
(WP_Post) The Order data.
- $payment_intent
-
(array) The Payment intent.
Source
File: src/Tickets/Commerce/Gateways/Stripe/Payment_Intent_Handler.php
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |