Skip to content

Commit

Permalink
add md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Yussuf committed Jul 24, 2019
1 parent 7755f2a commit 99e37d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
### Checkout Sample Code
```java
try {
new Checkout(getApplication()).getInstance().
new Checkout(MainActivity.this).getInstance().
setWeChatAppID("<< WeChat Open Platform AppID >>").setEnv(Env.SANDBOX).
pay(Method.WECHATPAY_MY, "<<Get Checkout Id from API>>", new Result());
} catch(Exception e) {
Expand Down

0 comments on commit 99e37d7

Please sign in to comment.