From: soufiane Date: Wed, 26 Feb 2025 16:41:38 +0000 (+0100) Subject: wip #7341 @3:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7547fc2835efb1f52298f52ff277011b9fb0d721;p=physioassist-wordpress.git wip #7341 @3:00 --- diff --git a/wp-content/themes/physioassist/resources/functions.php b/wp-content/themes/physioassist/resources/functions.php index 16561487..248a5f86 100644 --- a/wp-content/themes/physioassist/resources/functions.php +++ b/wp-content/themes/physioassist/resources/functions.php @@ -230,6 +230,7 @@ add_filter('woocommerce_get_return_url', function($return_url, $order) { return $return_url; }, 10, 2); + // API function cancelSubscription( $data ) { $subscriptionId = $data['id'];