We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1614b commit 33599bbCopy full SHA for 33599bb
app/code/Magento/PaypalGraphQl/Model/Resolver/PaypalExpressToken.php
@@ -83,7 +83,7 @@ public function resolve(
83
) {
84
$cartId = $args['input']['cart_id'] ?? '';
85
$paymentCode = $args['input']['code'] ?? '';
86
- $usePaypalCredit = isset($args['input']['paypal_credit']) ? $args['input']['paypal_credit'] : false;
+ $usePaypalCredit = isset($args['input']['use_paypal_credit']) ? $args['input']['use_paypal_credit'] : false;
87
$usedExpressButton = isset($args['input']['express_button']) ? $args['input']['express_button'] : false;
88
$customerId = $context->getUserId();
89
0 commit comments