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.
2 parents 7fc1ef6 + 06237d6 commit 5910c52Copy full SHA for 5910c52
app/code/Magento/Braintree/Controller/Paypal/Review.php
@@ -60,7 +60,7 @@ public function execute()
60
try {
61
$this->validateQuote($quote);
62
63
- if ($this->validateRequestData($requestData)) {
+ if ($requestData && $this->validateRequestData($requestData)) {
64
$this->quoteUpdater->execute(
65
$requestData['nonce'],
66
$requestData['details'],
0 commit comments