order field raw_hash changed to hash
This commit is contained in:
@@ -125,7 +125,7 @@ class Order extends EntityParse
|
||||
'raw' => $raw,
|
||||
'ext' => null,
|
||||
'buyer_user_id' => $record['buyer_open_uid'],
|
||||
'raw_hash' => \md5($raw),
|
||||
'hash' => \md5($raw),
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user