bugfix
This commit is contained in:
parent
5c62d852c3
commit
2823f3a994
@ -98,7 +98,7 @@ class AlipayGateway(Gateway):
|
||||
"product_code": "QUICK_WAP_WAY"
|
||||
}
|
||||
method='alipay.trade.page.pay'
|
||||
if data._is_mobile:
|
||||
if payload._is_mobile:
|
||||
method = 'alipay.trade.wap.pay'
|
||||
params = {
|
||||
"app_id": self.app_id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user