File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Mercado Pago SDK for Go
2
2
3
- ## Work In Progress
4
- SDK development is still ongoing, we aim to release a reliable 1.0.0 soon.
5
-
6
3
[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/mercadopago/sdk-go.svg )] ( https://pkg.go.dev/github.com/mercadopago/sdk-go )
7
4
8
5
![ mercado-pago-image-7130x2250] ( https://github.com/mercadopago/sdk-go/assets/84413927/c18102b2-b4ed-46c9-9a83-b5e6a30d659b )
@@ -13,7 +10,7 @@ A comprehensive Go client library for integrating with the Mercado Pago API.
13
10
14
11
## 💡 Requirements
15
12
16
- The SDK requires Go 1.x.x or higher.
13
+ The SDK requires Go 1.18 or higher.
17
14
18
15
## 📲 Installation
19
16
Original file line number Diff line number Diff line change 1
1
module github.com/mercadopago/sdk-go
2
2
3
- go 1.21 .0
3
+ go 1.18 .0
4
4
5
5
require github.com/google/uuid v1.5.0
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import (
16
16
)
17
17
18
18
const (
19
- currentSDKVersion string = "x.x.x "
20
- productID string = "abc "
19
+ currentSDKVersion string = "1.0.0 "
20
+ productID string = "CNITR48HSRV0CRPT3NI0 "
21
21
)
22
22
23
23
var (
You can’t perform that action at this time.
0 commit comments