Skip to content

Commit 97fb174

Browse files
committed
MC-17118: PayPal :: Payflow link support
- fix resolver to match schema
1 parent 18f5218 commit 97fb174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public function resolve(
8787
return [
8888
'mode' => $this->getPaymentMode($payment),
8989
'paypal_url' => $this->getPayflowLinkUrl($payment),
90-
'secret_token' => $paymentAdditionalInformation['secure_token'],
91-
'secret_token_id' => $paymentAdditionalInformation['secure_token_id'],
90+
'secure_token' => $paymentAdditionalInformation['secure_token'],
91+
'secure_token_id' => $paymentAdditionalInformation['secure_token_id'],
9292
];
9393
}
9494

0 commit comments

Comments
 (0)