mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-06 06:07:59 +08:00
fix #80
This commit is contained in:
parent
23a9def3ba
commit
7e9eab13e4
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user