File tree 3 files changed +2
-3
lines changed
Model/Plugin/Cart/PayflowPro
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ public function __construct(
49
49
* @param mixed $result
50
50
* @param Quote $cart
51
51
* @param array $paymentData
52
+ * @param ContextInterface $context
52
53
* @return void
53
54
* @throws GraphQlInputException
54
55
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
Original file line number Diff line number Diff line change 11
11
</type >
12
12
<type name =" Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart" >
13
13
<plugin name =" hosted_pro_payment_method" type =" Magento\PaypalGraphQl\Model\Plugin\Cart\HostedPro\SetPaymentMethodOnCart" />
14
- </type >
15
- <type name =" Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart" >
16
14
<plugin name =" payflowpro_payment_method" type =" Magento\PaypalGraphQl\Model\Plugin\Cart\PayflowPro\SetPaymentMethodOnCart" />
17
15
</type >
18
16
<type name =" Magento\Paypal\Model\Payflowlink" >
Original file line number Diff line number Diff line change 19
19
use Magento \QuoteGraphQl \Model \Cart \Payment \AdditionalDataProviderPool ;
20
20
21
21
/**
22
- * Set payment method on cart
22
+ * Set payment method for cart
23
23
*/
24
24
class SetPaymentMethodOnCart
25
25
{
You can’t perform that action at this time.
0 commit comments