Move the reference transaction enabled check into helpers.

With the 1st step we will move the class into helpers. The next step would be to refactor/rename it.
This commit is contained in:
Narek Zakarian 2025-06-30 16:05:40 +04:00
parent a445166980
commit 40a95202ec
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
10 changed files with 94 additions and 94 deletions

View file

@ -4,15 +4,15 @@ namespace WooCommerce\PayPalCommerce\Tests\Integration;
use WC_Payment_Token;
use WooCommerce\PayPalCommerce\ApiClient\Authentication\Bearer;
use WooCommerce\PayPalCommerce\ApiClient\Endpoint\BillingAgreementsEndpoint;
use WooCommerce\PayPalCommerce\ApiClient\Endpoint\OrderEndpoint;
use WooCommerce\PayPalCommerce\ApiClient\Endpoint\PaymentTokensEndpoint;
use WooCommerce\PayPalCommerce\ApiClient\Entity\PaymentSource;
use WooCommerce\PayPalCommerce\ApiClient\Entity\Token;
use WooCommerce\PayPalCommerce\ApiClient\Helper\BillingAgreementsEndpoint;
use WooCommerce\PayPalCommerce\Onboarding\State;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\PayPalGateway;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\CreditCardGateway;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\PayPalGateway;
/**
* @group subscriptions