Skip to content

Commit

Permalink
Apply fixes from StyleCI (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 28, 2016
1 parent aa48ecf commit e75dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function prepare(Order $order)
if (is_null($order->spbill_create_ip)) {
$order->spbill_create_ip = ($order->trade_type === Order::NATIVE) ? get_server_ip() : get_client_ip();
}

return $this->request(self::API_PREPARE_ORDER, $order->all());
}

Expand Down

0 comments on commit e75dba2

Please sign in to comment.