mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
update
This commit is contained in:
parent
aaf94e61a2
commit
0675268a16
@ -279,7 +279,7 @@ class OrderController extends Controller
|
|||||||
$bitpayX = new \StdClass();
|
$bitpayX = new \StdClass();
|
||||||
$bitpayX->name = '聚合支付';
|
$bitpayX->name = '聚合支付';
|
||||||
$bitpayX->method = 4;
|
$bitpayX->method = 4;
|
||||||
$bitpayX->icon = 'bitcoin';
|
$bitpayX->icon = 'wallet';
|
||||||
array_push($data, $bitpayX);
|
array_push($data, $bitpayX);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -287,7 +287,7 @@ class OrderController extends Controller
|
|||||||
$obj = new \StdClass();
|
$obj = new \StdClass();
|
||||||
$obj->name = '聚合支付';
|
$obj->name = '聚合支付';
|
||||||
$obj->method = 5;
|
$obj->method = 5;
|
||||||
$obj->icon = 'alipay';
|
$obj->icon = 'wallet';
|
||||||
array_push($data, $obj);
|
array_push($data, $obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user