Navigation Menu

Skip to content

Commit

Permalink
undefined var $json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jun 15, 2015
1 parent e30de74 commit a2d529e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upload/admin/controller/sale/order.php
Expand Up @@ -2153,7 +2153,9 @@ public function shipping() {

public function api() {
$this->load->language('sale/order');


$json = array();

if ($this->validate()) {
// Store
if (isset($this->request->get['store_id'])) {
Expand Down

0 comments on commit a2d529e

Please sign in to comment.