Skip to content

Commit

Permalink
Remoção de código esquecido para teste
Browse files Browse the repository at this point in the history
  • Loading branch information
r-martins committed Feb 4, 2021
1 parent aad927a commit b69616c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/code/community/RicardoMartins/PagSeguro/Model/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ public function updateOrders()
*/
public function listPendingPayments()
{
//@TODO REMOVE
return Mage::getModel('sales/order_payment')->getCollection()
->join('order', 'main_table.parent_id = order.entity_id', 'state')
->addFieldToFilter('parent_id', 389); //order id;
return Mage::getModel('sales/order_payment')->getCollection()
->join('order', 'main_table.parent_id = order.entity_id', 'state')
->addFieldToFilter('method', array(array('like'=>'rm_pagseguro%'), array('like'=>'pagseguropro%')))
Expand Down

0 comments on commit b69616c

Please sign in to comment.