This commit is contained in:
yansongda 2018-02-26 10:19:46 +08:00
parent 23a9def3ba
commit 7e9eab13e4

View File

@ -45,7 +45,7 @@ class PosGateway implements GatewayInterface
json_decode($payload['biz_content'], true),
[
'product_code' => $this->getProductCode(),
'scene' => 'bar_code ',
'scene' => 'bar_code',
]
));
$payload['sign'] = Support::generateSign($payload, $this->config->get('private_key'));