Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
1f2d6665
Commit
1f2d6665
authored
Aug 27, 2021
by
Antonio.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Payment API Registration Form Link
parent
33ea6a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
model.php
logic/settlement/model.php
+2
-1
No files found.
logic/settlement/model.php
View file @
1f2d6665
...
...
@@ -165,6 +165,7 @@ class SettlementModelClass extends ModelClassEx {
* @return : TRUE:成功、FALSE:失敗
-------------------------------------------------------------------------*/
public
function
validate
()
{
session_regenerate_id
();
// 変数宣言部
$rtn
=
true
;
...
...
@@ -600,7 +601,7 @@ class SettlementModelClass extends ModelClassEx {
}
function
getAgentCodeURL
(){
$baseUrl
=
'https://'
.
SITE_DOMAIN
.
'/'
.
$this
->
getLangage
()
.
'/register'
;
$baseUrl
=
SITE_PROTOCOL
.
'://'
.
SITE_DOMAIN_FULL
.
'/'
.
$this
->
getLangage
()
.
'/register'
;
if
(
!
empty
(
$this
->
pNum
)){
$rowData
=
$this
->
getRowData
(
$this
->
accessSelect
(
'SELECT_AGENT_CODE_BY_AID'
,
array
(
$this
->
pNum
)));
$AgentCode
=
$this
->
getColumnData
(
$rowData
,
COLUMN_AGENT_CODE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment