Skip to content

Commit

Permalink
Bug fix admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdeir Psr authored and Valdeir Psr committed Apr 14, 2016
1 parent c5c4982 commit 6c5de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/model/sale/order_iugu.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ModelSaleOrderIugu extends Model {

public function getorder($order_id) {
public function getOrder($order_id) {
$result = $this->db->query('SELECT * FROM ' . DB_PREFIX . 'order_iugu WHERE order_id = "' . (int)$order_id . '"');

return $result->row;
Expand Down

0 comments on commit 6c5de30

Please sign in to comment.