change namespace vendor to WooCommerce

This commit is contained in:
David Remer 2020-09-11 14:11:10 +03:00
parent c5899d915c
commit c788341887
162 changed files with 707 additions and 708 deletions

View file

@ -2,15 +2,15 @@
/**
* The services
*
* @package Inpsyde\PayPalCommerce\Subscription
* @package WooCommerce\PayPalCommerce\Subscription
*/
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\Subscription;
namespace WooCommerce\PayPalCommerce\Subscription;
use Inpsyde\PayPalCommerce\Subscription\Helper\SubscriptionHelper;
use Inpsyde\PayPalCommerce\Subscription\Repository\PaymentTokenRepository;
use WooCommerce\PayPalCommerce\Subscription\Helper\SubscriptionHelper;
use WooCommerce\PayPalCommerce\Subscription\Repository\PaymentTokenRepository;
use Psr\Container\ContainerInterface;
return array(