Refactor GooglePay hooks and fixes

This commit is contained in:
Pedro Silva 2023-08-24 17:30:29 +01:00
parent efe59f81ef
commit e07f43e982
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
7 changed files with 66 additions and 59 deletions

View file

@ -9,9 +9,7 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Googlepay;
use WooCommerce\PayPalCommerce\Button\Assets\SmartButtonInterface;
use WooCommerce\PayPalCommerce\Googlepay\Assets\ButtonInterface;
use WooCommerce\PayPalCommerce\Onboarding\Environment;
use WooCommerce\PayPalCommerce\Button\Assets\ButtonInterface;
use WooCommerce\PayPalCommerce\Vendor\Dhii\Container\ServiceProvider;
use WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface;
use WooCommerce\PayPalCommerce\Vendor\Interop\Container\ServiceProviderInterface;