Edit extendDat
This commit is contained in:
parent
25b5303a05
commit
4435906bbd
3 changed files with 12 additions and 17 deletions
|
|
@ -237,7 +237,7 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
|
@ -433,14 +433,9 @@
|
|||
|
||||
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