From e75dba207efb0da3cece52a31b2f51b70e95db73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 28 Dec 2016 15:13:42 +0800 Subject: [PATCH] Apply fixes from StyleCI (#559) --- src/Payment/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Payment/API.php b/src/Payment/API.php index fe4ce244f..d06b41f99 100644 --- a/src/Payment/API.php +++ b/src/Payment/API.php @@ -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()); }