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 18f5218 commit 97fb174Copy full SHA for 97fb174
app/code/Magento/PaypalGraphQl/Model/Resolver/PayflowLinkToken.php
@@ -87,8 +87,8 @@ public function resolve(
87
return [
88
'mode' => $this->getPaymentMode($payment),
89
'paypal_url' => $this->getPayflowLinkUrl($payment),
90
- 'secret_token' => $paymentAdditionalInformation['secure_token'],
91
- 'secret_token_id' => $paymentAdditionalInformation['secure_token_id'],
+ 'secure_token' => $paymentAdditionalInformation['secure_token'],
+ 'secure_token_id' => $paymentAdditionalInformation['secure_token_id'],
92
];
93
}
94
0 commit comments