From e5008603c978ba64247340e99f1ca56fd8db2cfd Mon Sep 17 00:00:00 2001 From: dinamiko Date: Mon, 9 May 2022 11:53:30 +0200 Subject: [PATCH] Fix phpcs --- .../src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php b/modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php index f26deaece..7bff8b02a 100644 --- a/modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php +++ b/modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php @@ -78,6 +78,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway { * @param PurchaseUnitFactory $purchase_unit_factory The purchase unit factory. * @param PaymentSourceFactory $payment_source_factory The payment source factory. * @param Environment $environment The environment. + * @param TransactionUrlProvider $transaction_url_provider The transaction url provider. * @param LoggerInterface $logger The logger. */ public function __construct(