1
This commit is contained in:
parent
056e4f7995
commit
73b70d0ba7
@ -23,7 +23,10 @@ class Market extends BaseModel {
|
||||
}
|
||||
|
||||
public static function add($orderId, $netId, $tokenId, $seller, $nftToken,
|
||||
$amount, $currency, $pirce) {
|
||||
$amount, $currency, $pirce, $fieldsKv) {
|
||||
if (empty($fieldsKv)) {
|
||||
$fieldsKv = array();
|
||||
}
|
||||
self::internalUpdate(
|
||||
$orderId,
|
||||
$netId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user