Skip to content

Commit

Permalink
sandbox base url added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabri Onur Tüzün committed Jun 1, 2016
1 parent 19ea2d2 commit 761cca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var Iyzipay = require('iyzipay');
var iyzipay = new Iyzipay({
apiKey: 'your api key',
secretKey: 'your secret key',
uri: 'https://stg.iyzipay.com'
uri: 'https://sandbox-api.iyzipay.com'
});
```

Expand Down Expand Up @@ -47,7 +47,7 @@ var Iyzipay = require('iyzipay');
var iyzipay = new Iyzipay({
apiKey: 'your api key',
secretKey: 'your secret key',
uri: 'https://stg.iyzipay.com'
uri: 'https://sandbox-api.iyzipay.com'
});

var paymentAuth = {
Expand Down

0 comments on commit 761cca0

Please sign in to comment.