Skip to content

Commit

Permalink
🔧update cards and payment api link
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBoy committed Mar 23, 2018
1 parent ff70128 commit 17b6cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const wx = new Wechat(wechatConfig);

## Wechat Config

Required `wechatConfig` info:
`wechatConfig` info:

```
{
Expand Down Expand Up @@ -170,12 +170,14 @@ router.get('/oauth-callback', function (req, res) {

## Cards and Offers

Set `card: true` in config to enable the cards support on server side, see [demo](#demo).
Set `card: true` in config to enable the cards support on server side, see [demo](#demo).
For cards APIs, see [cards apis](https://github.com/JasonBoy/wechat-jssdk/wiki/API#cards)

## Payment

Set `payment: true` in config to enable the payment support on server side, you should also provide payment related info.
See [demo](#demo).
See [demo](#demo).
For payment APIs, see [payment apis](https://github.com/JasonBoy/wechat-jssdk/wiki/API#payment)

## Using Stores

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-jssdk",
"version": "3.1.0-alpha.4",
"version": "3.1.0-rc.0",
"description": "Next-Generation WeChat JS-SDK integration with NodeJS",
"main": "./lib/index.js",
"engines": {
Expand Down

0 comments on commit 17b6cfc

Please sign in to comment.