Skip to content

Commit 54e1037

Browse files
committed
fix issue when submit review
1 parent 10d5ad3 commit 54e1037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Reviews/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected function checkVerifyPurchase($customer_email, $order_id, int $product_
284284
if ($this->customerSession->isLoggedIn()) {
285285
$customerId = $this->customerSession->getCustomerId();
286286
}
287-
$isVerified = $this->_commandVerifyBuyer->execute($customerId, $customer_email, $product_id, $order_id);
287+
$isVerified = $this->commandVerifyBuyer->execute($customerId, $customer_email, $product_id, $order_id);
288288
}
289289
return $isVerified;
290290

0 commit comments

Comments
 (0)