Skip to content

Commit

Permalink
return url missing for alipay.trade.page.pay
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlee committed May 31, 2017
1 parent a496bf7 commit ba51ca2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,14 @@ alipay = AliPay(..., debug=True)
```

## Thanks to
* John60676
* varwey


## Changelog
#### 2017-05-28(version 1.0.1)
* return url missing for `alipay.trade.page.pay`

#### 2017-05-26(version 1.0)
#### 2017-05-26(version 1.0.0)
* code refactoring, all functions are renamed
* `alipay.trade.page.pay` is used instead of `create_direct_pay_by_user`
* load key into memory, local key file access is needed for the 1st time
4 changes: 4 additions & 0 deletions README.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,13 @@ alipay = AliPay(..., debug=True)
```

## 感谢(排名不分先后)
* John60676
* varwey

## Changelog
#### 2017-05-28(version 1.0.1)
* `alipay.trade.page.pay`里面return_url没有被传入

### 2017-05-26 (version 1.0)
* 后台全部重构,对各种接口重命名。
* 使用新版的`电脑网站支付接口`,不再`支持即使到帐`接口
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def alipay_test_suite():

setup(
name="python-alipay-sdk",
version="1.0",
version="1.0.1",
author="fzlee",
author_email="[email protected]",
description="Python SDK for AliPay, RSA is the only sign method we support",
Expand Down

0 comments on commit ba51ca2

Please sign in to comment.