Skip to content

Commit

Permalink
fixed static issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Jul 27, 2020
1 parent dbb3427 commit 6b3da47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function __construct(
* @param mixed $result
* @param Quote $cart
* @param array $paymentData
* @param ContextInterface $context
* @return void
* @throws GraphQlInputException
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/PaypalGraphQl/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
</type>
<type name="Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart">
<plugin name="hosted_pro_payment_method" type="Magento\PaypalGraphQl\Model\Plugin\Cart\HostedPro\SetPaymentMethodOnCart"/>
</type>
<type name="Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart">
<plugin name="payflowpro_payment_method" type="Magento\PaypalGraphQl\Model\Plugin\Cart\PayflowPro\SetPaymentMethodOnCart"/>
</type>
<type name="Magento\Paypal\Model\Payflowlink">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderPool;

/**
* Set payment method on cart
* Set payment method for cart
*/
class SetPaymentMethodOnCart
{
Expand Down

0 comments on commit 6b3da47

Please sign in to comment.