Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Nov 1, 2023
1 parent 5294454 commit 583b3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Try out our interactive guides at [Cashfree Labs](https://labs.cashfree.com/) !

### Installation
```bash
go get github.com/cashfree/cashfree_pg
go get github.com/cashfree/cashfree_pg/v3
```
### Configuration

```go
import (
cashfree "github.com/cashfree/cashfree_pg"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

clientId := "<x-client-id>"
Expand All @@ -49,7 +49,7 @@ if err != nil {
```

Get Order
```javascript
```go
version := "2022-09-01"
response, httpResponse, err := cashfree.PGFetchOrder(&version, "<order_id>", nil, nil, nil)
if err != nil {
Expand Down

0 comments on commit 583b3ca

Please sign in to comment.