Skip to content

Commit

Permalink
Merge pull request #18 from cashfree/v3.0.3
Browse files Browse the repository at this point in the history
3.0.3
  • Loading branch information
suhas-cashfree authored Nov 1, 2023
2 parents 531b7e8 + 1f60d94 commit 0d7e3c9
Show file tree
Hide file tree
Showing 36 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ go get github.com/cashfree/cashfree-pg/v3

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

clientId := "<x-client-id>"
Expand Down
8 changes: 4 additions & 4 deletions api_eligibility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_offers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_orders.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_payment_links.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api_payments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_pg_reconciliation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api_refunds.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_settlement_reconciliation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_settlements.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_soft_pos.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_token_vault.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/EligibilityAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down Expand Up @@ -105,7 +105,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down Expand Up @@ -182,7 +182,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down Expand Up @@ -259,7 +259,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions docs/OffersAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down Expand Up @@ -103,7 +103,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions docs/OrdersAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down Expand Up @@ -103,7 +103,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion docs/PGReconciliationAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"context"
"fmt"
"os"
cashfree "github.com/cashfree/cashfree-pg/v3"
cashfree "github.com/cashfree/cashfree_pg/v3"
)

func main() {
Expand Down
Loading

0 comments on commit 0d7e3c9

Please sign in to comment.