After merge
This commit is contained in:
commit
25b5303a05
25 changed files with 88 additions and 61 deletions
|
|
@ -237,7 +237,8 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
|
|
@ -300,7 +301,8 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
|
|
@ -431,9 +433,14 @@
|
|||
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
<<<<<<< HEAD
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
=======
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
>>>>>>> 5e5a37195320147236c6a59c0b98defb59901dcb
|
||||
Var CreditAmount1 = ""
|
||||
Var ServiceAmountFlow = ""
|
||||
Var TelephoneNumber = "0899999999"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue