Releases: conekta/conekta-go
Releases · conekta/conekta-go
v6.0.6
What's Changed
- AI-64 update template by new attribute CustomerIpAddress by @jalozanot-conekta in #68
- AL-64 adjustment version to 6.0.6 by @jalozanot-conekta in #69
New Contributors
- @jalozanot-conekta made their first contribution in #68
Full Changelog: v6.0.5...v6.0.6
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
v2.1.1
What's Changed
- Feature/charge add reference id by @shamigor in #49
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.1 by @dependabot in #54
- Bump github.com/google/go-querystring from 1.0.0 to 1.1.0 by @dependabot in #55
- add X-Conekta-Client-User-Agent header by @fcarrero in #56
New Contributors
- @shamigor made their first contribution in #49
- @dependabot made their first contribution in #54
- @fcarrero made their first contribution in #56
Full Changelog: v1.1.1...v2.1.1
Adds Checkout
This release adds new endpoints and parameters for the Checkout object and bumps to go 1.15
Standardization Improvements to Go Library
This release cleans up small trivial, but breaking inconsistencies:
- Standardizes
PaymentMethod
as a child ofChargeParams
to avoid nomenclature inconsistencies in the rest of the project - Corrects Broken MSI Implementation
- Adds Subscription/Plan Support
- 402 ProcessingError now returns the modified object rather than throw an error, as a user you need to check the return status to determine whether or not it was successful