From 5de20514347d338dcb50c4820f062c67ba79dd09 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Mon, 16 Oct 2023 14:47:46 +0400 Subject: [PATCH] Fix the package name. --- modules/ppcp-compat/src/Integration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-compat/src/Integration.php b/modules/ppcp-compat/src/Integration.php index 4bb314581..62055c915 100644 --- a/modules/ppcp-compat/src/Integration.php +++ b/modules/ppcp-compat/src/Integration.php @@ -2,7 +2,7 @@ /** * Interface for all integration controllers. * - * @package WooCommerce\PayPalCommerce\OrderTracking\Shipment + * @package WooCommerce\PayPalCommerce\Compat */ declare(strict_types=1);