...
|
...
|
@@ -49,7 +49,7 @@ class Service extends PayAbstract |
|
|
'service' => $this->config->service,
|
|
|
'partner' => $this->config->partner,
|
|
|
'_input_charset' => $this->config->input_charset,
|
|
|
'notify_url' => Yohobuy::SERVICE_URL . $this->config->notify_url,
|
|
|
'notify_url' => 'graypayment.service.yoho.cn/' . $this->config->notify_url,
|
|
|
'return_url' => Helpers::url($this->config->return_url),
|
|
|
/* 业务参数 */
|
|
|
'subject' => $params->goodsName,
|
...
|
...
|
|