Skip to content

Commit

Permalink
resolve #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza1607 committed Aug 3, 2015
1 parent f41521c commit cfe2137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/library/frotel/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function registerOrder($name,$family,$gender,$mobile,$phone,$email,$provi
'province' => $province,
'city' => $city,
'address' => $address,
'postCode' => $postCode,
'code_posti'=> $postCode,
'buy_type' => $buy_type,
'send_type' => $send_type,
'pm' => $pm,
Expand Down Expand Up @@ -203,7 +203,7 @@ public function registerOrderService($name,$family,$gender,$mobile,$phone,$email
'province' => $province,
'city' => $city,
'address' => $address,
'postCode' => $postCode,
'code_posti'=> $postCode,
'pm' => $pm,
'basket' => $basket,
'fields' => $fields,
Expand Down

0 comments on commit cfe2137

Please sign in to comment.