Skip to content

Commit

Permalink
Fix a missed TBD
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Jan 7, 2025
1 parent 84b10a2 commit 1d552bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ protected static function get_payment_intent_data( array $event ): array {
* Checks if the payment intent contained in the event received has already been processed.
*
* @since 5.3.0
* @since 5.16.0 Remove deprecation notice.
* @since 5.18.0 Only check matching payment intent ids if they are not pending or action required.
* @since TBD Removed the check for the payment intent status for pending or action required.
* @since 5.16.0 Remove deprecation notice.
* @since 5.18.0 Only check matching payment intent ids if they are not pending or action required.
* @since 5.18.0.1 Removed the check for the payment intent status for pending or action required.
*
* @param array $payment_intent_received The payment intent data received
* @param array[] $payment_intents_stored The payment intent data stored from each update, keyed by status.
Expand Down

0 comments on commit 1d552bb

Please sign in to comment.