Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 2c2c7ac

Browse files
committed
#716: [Checkout] Set Payment Method and Place Order Mutation
1 parent 3842378 commit 2c2c7ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/PaypalGraphQl/Model/Plugin/Resolver/SetPaymentMethodOnCart.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
*/
2525
class SetPaymentMethodOnCart
2626
{
27-
private const PATH_CODE = 'input/payment_method/code';
27+
private const PATH_CODE = 'payment_method/code';
2828

29+
/**
30+
* @var array
31+
*/
2932
private $allowedPaymentMethodCodes = [];
3033

3134
/**

0 commit comments

Comments
 (0)