From c10e3b0ba7dfa41cc2d67b1a035d314d2fc5c01a Mon Sep 17 00:00:00 2001 From: Kirill Braslavsky Date: Thu, 1 Apr 2021 14:25:24 +0300 Subject: [PATCH] fix docblock --- modules/ppcp-wc-gateway/src/Gateway/class-creditcardgateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Gateway/class-creditcardgateway.php b/modules/ppcp-wc-gateway/src/Gateway/class-creditcardgateway.php index fc0839673..d74770eb4 100644 --- a/modules/ppcp-wc-gateway/src/Gateway/class-creditcardgateway.php +++ b/modules/ppcp-wc-gateway/src/Gateway/class-creditcardgateway.php @@ -92,11 +92,11 @@ class CreditCardGateway extends \WC_Payment_Gateway_CC { * @param SessionHandler $session_handler The Session Handler. * @param RefundProcessor $refund_processor The refund processor. * @param State $state The state. + * @param TransactionUrlProvider $transaction_url_provider Service able to provide view transaction url base. * @param PaymentTokenRepository $payment_token_repository The payment token repository. * @param PurchaseUnitFactory $purchase_unit_factory The purchase unit factory. * @param PayerFactory $payer_factory The payer factory. * @param OrderEndpoint $order_endpoint The order endpoint. - * @param TransactionUrlProvider $transaction_url_provider Service able to provide view transaction url base. */ public function __construct( SettingsRenderer $settings_renderer,