From 7547fc2835efb1f52298f52ff277011b9fb0d721 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 26 Feb 2025 17:41:38 +0100 Subject: [PATCH] wip #7341 @3:00 --- wp-content/themes/physioassist/resources/functions.php | 1 + 1 file changed, 1 insertion(+) 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']; -- 2.39.5