Showing
1 changed file
with
1 additions
and
1 deletions
@@ -246,7 +246,7 @@ class OrderData | @@ -246,7 +246,7 @@ class OrderData | ||
246 | $param['order_code'] = $orderCode; | 246 | $param['order_code'] = $orderCode; |
247 | $param['client_secret'] = Sign::getSign($param); | 247 | $param['client_secret'] = Sign::getSign($param); |
248 | 248 | ||
249 | - return Yohobuy::get(Yohobuy::API_URL, $param); | 249 | + return Yohobuy::get(API_URL, $param); |
250 | } | 250 | } |
251 | 251 | ||
252 | } | 252 | } |
-
Please register or login to post a comment