Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISVAliPay中build_body函数调用父类build_body参数不对应 #33

Closed
1ookup opened this issue Dec 1, 2017 · 1 comment
Closed

Comments

@1ookup
Copy link

1ookup commented Dec 1, 2017

ISVAliPay中build_body函数
return super(ISVAliPay, self).build_body(method, biz_content, return_url, append_auth_token)
BaseAliPay类中build_body函数
def build_body(self, method, biz_content, return_url=None, notify_url=None, append_auth_token=False):

调用父类函数少了notify_url参数,代码参数错位,导致代码https://github.com/fzlee/alipay/blob/master/alipay/init.py#L155报错。

@fzlee
Copy link
Owner

fzlee commented Dec 4, 2017

1.5.1 解决了这个问题

@fzlee fzlee closed this as completed Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants