1
This commit is contained in:
parent
d121472288
commit
3e7e8da49b
@ -287,6 +287,7 @@ class MarketController extends BaseController {
|
||||
$itemMeta['nft_image_id'],
|
||||
$buyerAddress);
|
||||
$tokenId = $orderId;
|
||||
$tokenType = 0;
|
||||
SqlHelper::insert(
|
||||
myself()->_getMarketMysql(),
|
||||
't_box_order',
|
||||
@ -299,6 +300,7 @@ class MarketController extends BaseController {
|
||||
'state' => 0,
|
||||
'buyer_address' => $buyerAddress,
|
||||
'token_id' => $tokenId,
|
||||
'token_type' => $tokenType,
|
||||
'price' => $price,
|
||||
'payment_token_address' => $paymentTokenAddress,
|
||||
'nonce' => $nonce,
|
||||
|
Loading…
x
Reference in New Issue
Block a user