Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lokielse committed Jan 27, 2016
1 parent 526499b commit 47d8df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ $response = $gateway->purchase($params)->send();
//$response->redirect();
var_dump($response->getRedirectUrl());
var_dump($response->getRedirectData());
var_dump($response->getOrderString());
var_dump($response->getOrderString()); //for GlobalAlipay_App

```

Expand Down

0 comments on commit 47d8df2

Please sign in to comment.