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