Skip to content

Commit f2c289b

Browse files
committed
Merge branch 'pr-35050' into 2.4-develop-prs
2 parents fa7009c + 33599bb commit f2c289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PaypalGraphQl/Model/Resolver/PaypalExpressToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function resolve(
8383
) {
8484
$cartId = $args['input']['cart_id'] ?? '';
8585
$paymentCode = $args['input']['code'] ?? '';
86-
$usePaypalCredit = isset($args['input']['paypal_credit']) ? $args['input']['paypal_credit'] : false;
86+
$usePaypalCredit = isset($args['input']['use_paypal_credit']) ? $args['input']['use_paypal_credit'] : false;
8787
$usedExpressButton = isset($args['input']['express_button']) ? $args['input']['express_button'] : false;
8888
$customerId = $context->getUserId();
8989

0 commit comments

Comments
 (0)