feat: disable wechat payment channel, keep alipay only
- Remove wechat from provider options - Set alipay as default payment channel - Only alipay is currently enabled for unipay
This commit is contained in:
parent
1ae077df93
commit
1773bce216
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
Binary file not shown.
@ -8,13 +8,9 @@
|
|||||||
"name":"provider",
|
"name":"provider",
|
||||||
"uitype":"code",
|
"uitype":"code",
|
||||||
"required":true,
|
"required":true,
|
||||||
"defautvalue":"wechat",
|
"defaultvalue":"alipay",
|
||||||
"label":"充值渠道",
|
"label":"充值渠道",
|
||||||
"data":[
|
"data":[
|
||||||
{
|
|
||||||
"value":"wechat",
|
|
||||||
"text":"微信支付"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"value":"alipay",
|
"value":"alipay",
|
||||||
"text":"支付宝"
|
"text":"支付宝"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user