1
This commit is contained in:
parent
03bc96de72
commit
9e8ca40c8f
@ -26,7 +26,8 @@ class Transaction extends BaseModel {
|
||||
myself()->_getSelfMysql(),
|
||||
't_transaction',
|
||||
array(
|
||||
'account_id' => myself()->_getAccountId()
|
||||
'account_id' => myself()->_getAccountId(),
|
||||
'client_confirmed' => 1
|
||||
)
|
||||
);
|
||||
return $rows;
|
||||
@ -40,7 +41,6 @@ class Transaction extends BaseModel {
|
||||
array(
|
||||
'account_id' => myself()->_getAccountId(),
|
||||
'trans_id' => $transId,
|
||||
'client_confirmed' => 1
|
||||
)
|
||||
);
|
||||
return $row;
|
||||
|
Loading…
x
Reference in New Issue
Block a user