apply_filters( 'tec_tickets_commerce_stripe_update_payment_description', string $payment_intent_description , WP_Post $order , array $data , array $body , array $payment_intent )
Filters the payment intent description
Contents
Parameters
- $payment_intent_description
-
(string) Default payment intent description.
- $order
-
(WP_Post) The Order data.
- $data
-
(array) The purchase data received from the front-end.
- $body
-
(array) The body used to update the payment intent.
- $payment_intent
-
(array) The Payment intent.
Source
File: src/Tickets/Commerce/Gateways/Stripe/Payment_Intent_Handler.php
Changelog
| Version | Description |
|---|---|
| 5.8.1 | Introduced. |