Skip to content

Commit

Permalink
Magento Callback - bug fix (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcbr authored Nov 18, 2024
1 parent e3a3c03 commit 93e38ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/Payment/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public function execute()
$collection = $this->objectManagement->get('Magento\Sales\Model\Order')
->getCollection()
->addFieldToSelect('entity_id')
->addFieldToSelect('rzp_order_id')
->addFilter('increment_id', $orderId)->getFirstItem();

$orderLink = $this->_objectManager->get('Razorpay\Magento\Model\OrderLink')
Expand Down

0 comments on commit 93e38ed

Please sign in to comment.