From 7edc65d90a3310a6dff95ab4f6230c3239175c24 Mon Sep 17 00:00:00 2001 From: Jason Coleman <jason@strangerstudios.com> Date: Fri, 22 Mar 2024 12:11:52 +1100 Subject: [PATCH] Setting TBDs --- classes/gateways/class.pmprogateway_braintree.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/gateways/class.pmprogateway_braintree.php b/classes/gateways/class.pmprogateway_braintree.php index 991e0b0cb1..2a6ac55b2a 100644 --- a/classes/gateways/class.pmprogateway_braintree.php +++ b/classes/gateways/class.pmprogateway_braintree.php @@ -621,7 +621,7 @@ function charge(&$order) /** * Filter the array of parameters to pass to the Braintree API for a sale transaction. * - * @since TBD + * @since 3.0 * * @param array $braintree_sale_array Array of parameters to pass to the Braintree API for a sale transaction. * @param array The new sale array. @@ -947,7 +947,7 @@ function subscribe(&$order) /** * Filter the Braintree Subscription create array. * - * @since TBD + * @since 3.0 * * @param array $details Array of details to create the subscription. * @return array $details Array of details to create the subscription.