Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
0a30df3201df6ff1f0ae0693c6be09cc66c0d466
1 parent
37946f69
code review by fei.hong : modify alipay and weixin pay notice url
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
library/Plugin/Pay/aliwap/AliwapConfig.php
yohobuy/m.yohobuy.com/configs/application.developer.ini
library/Plugin/Pay/aliwap/AliwapConfig.php
View file @
0a30df3
...
...
@@ -32,7 +32,7 @@ class AliwapConfig
* Enter description here ...
* @var String
*/
var
$notify_url
=
'http://testservice.yoho.cn:28077/payment/alipay_notify'
;
//"http://m.yohobuy.com/shopping/pay/aliwapnotice";
var
$notify_url
=
'http://testservice.yoho.cn:28077/payment/alipay
wap
_notify'
;
//"http://m.yohobuy.com/shopping/pay/aliwapnotice";
/**
* 浏览器的返回
...
...
yohobuy/m.yohobuy.com/configs/application.developer.ini
View file @
0a30df3
...
...
@@ -4,7 +4,7 @@ application.directory = APPLICATION_PATH "/application"
;;website library
application.library
=
ROOT_PATH "/library"
;;模块配置
application.modules
=
"Index,Category,Channel,Guang,Passport,Product,Cart
,Shopping
"
application.modules
=
"Index,Category,Channel,Guang,Passport,Product,Cart"
;;加载
application.bootstrap
=
APPLICATION_PATH "/application/Bootstrap.php"
;;view文件的扩展名
...
...
Please
register
or
login
to post a comment