mirror of
https://github.com/v2board/v2board.git
synced 2024-11-14 07:29:13 +08:00
update
This commit is contained in:
parent
d197566922
commit
a3e73893db
@ -112,7 +112,7 @@ class OrderController extends Controller
|
|||||||
->where('status', 0)
|
->where('status', 0)
|
||||||
->first();
|
->first();
|
||||||
if (!$order) {
|
if (!$order) {
|
||||||
abort(500, '订单不存在或以支付');
|
abort(500, '订单不存在或已支付');
|
||||||
}
|
}
|
||||||
switch ($method) {
|
switch ($method) {
|
||||||
// return type => 0: QRCode / 1: URL
|
// return type => 0: QRCode / 1: URL
|
||||||
|
@ -9,7 +9,6 @@ class BitpayX {
|
|||||||
* @param merKey 签名密钥
|
* @param merKey 签名密钥
|
||||||
*/
|
*/
|
||||||
public function __construct($bitpayxAppSecret) {
|
public function __construct($bitpayxAppSecret) {
|
||||||
var_dump('123');exit;
|
|
||||||
$this->bitpayxAppSecret = $bitpayxAppSecret;
|
$this->bitpayxAppSecret = $bitpayxAppSecret;
|
||||||
$this->bitpayxGatewayUri = 'https://api.mugglepay.com/v1/';
|
$this->bitpayxGatewayUri = 'https://api.mugglepay.com/v1/';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user