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


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.


Top ↑

Source

File: src/Tickets/Commerce/Gateways/Stripe/Payment_Intent_Handler.php


Top ↑

Changelog

Changelog
Version Description
5.8.1 Introduced.