1
This commit is contained in:
parent
7f10dfc5a8
commit
9335782720
@ -83,6 +83,11 @@ class Chip extends BaseModel
|
|||||||
'token_id' => $nftDb['token_id'],
|
'token_id' => $nftDb['token_id'],
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
error_log(json_encode(
|
||||||
|
array(
|
||||||
|
'nft___________token_________id'=> $nftDb['token_id']
|
||||||
|
)
|
||||||
|
));
|
||||||
if (!$row) {
|
if (!$row) {
|
||||||
$itemMeta = mt\Item::get($nftDb['item_id']);
|
$itemMeta = mt\Item::get($nftDb['item_id']);
|
||||||
if ($itemMeta) {
|
if ($itemMeta) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user