Skip to content

Commit 6b3da47

Browse files
committed
fixed static issues
1 parent dbb3427 commit 6b3da47

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/code/Magento/PaypalGraphQl/Model/Plugin/Cart/PayflowPro/SetPaymentMethodOnCart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function __construct(
4949
* @param mixed $result
5050
* @param Quote $cart
5151
* @param array $paymentData
52+
* @param ContextInterface $context
5253
* @return void
5354
* @throws GraphQlInputException
5455
* @SuppressWarnings(PHPMD.UnusedFormalParameter)

app/code/Magento/PaypalGraphQl/etc/graphql/di.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
</type>
1212
<type name="Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart">
1313
<plugin name="hosted_pro_payment_method" type="Magento\PaypalGraphQl\Model\Plugin\Cart\HostedPro\SetPaymentMethodOnCart"/>
14-
</type>
15-
<type name="Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart">
1614
<plugin name="payflowpro_payment_method" type="Magento\PaypalGraphQl\Model\Plugin\Cart\PayflowPro\SetPaymentMethodOnCart"/>
1715
</type>
1816
<type name="Magento\Paypal\Model\Payflowlink">

app/code/Magento/QuoteGraphQl/Model/Cart/SetPaymentMethodOnCart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderPool;
2020

2121
/**
22-
* Set payment method on cart
22+
* Set payment method for cart
2323
*/
2424
class SetPaymentMethodOnCart
2525
{

0 commit comments

Comments
 (0)