1
This commit is contained in:
parent
ae69a96e8d
commit
6a2fdf0c5a
@ -22,7 +22,7 @@ class GameItemMarketBuyOk {
|
||||
public function process()
|
||||
{
|
||||
SignatureService::web3ServiceCheck();
|
||||
$buyer = getReqVal('buyer', '');
|
||||
$buyer = strtolower(getReqVal('buyer', ''));
|
||||
$orderId = getReqVal('order_id', '');
|
||||
$currency = getReqVal('currency', '');
|
||||
$price = getReqVal('price', '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user