Skip to content

Commit

Permalink
magento#716: [Checkout] Set Payment Method and Place Order Mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Jun 20, 2019
1 parent 3842378 commit 2c2c7ac
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
*/
class SetPaymentMethodOnCart
{
private const PATH_CODE = 'input/payment_method/code';
private const PATH_CODE = 'payment_method/code';

/**
* @var array
*/
private $allowedPaymentMethodCodes = [];

/**
Expand Down

0 comments on commit 2c2c7ac

Please sign in to comment.