Skip to content

Releases: parevo/iyzipay-go

Release v0.0.10

01 Feb 21:40

Choose a tag to compare

Changes since v0.0.9

  • refactor: Convert PaymentCard string fields to pointers and add helper functions for primitive types. (0811a5b)

Installation

go get github.com/parevo-lab/iyzipay-go@v0.0.10

Full Changelog: v0.0.9...v0.0.10

Release v0.0.9

01 Feb 21:33

Choose a tag to compare

Changes since v0.0.8

  • refactor: Add omitempty to CallbackURL JSON tags in PaymentRequest and BasicPaymentRequest structs. (5fea677)

Installation

go get github.com/parevo-lab/iyzipay-go@v0.0.9

Full Changelog: v0.0.8...v0.0.9

Release v0.0.8

23 Jan 18:37

Choose a tag to compare

Changes since v0.0.7

Installation

go get github.com/parevo-lab/iyzipay-go@v0.0.8

Full Changelog: v0.0.7...v0.0.8

Release v0.0.7

23 Jan 18:19

Choose a tag to compare

Changes since v0.0.6

  • fix: yml (ff1b3f1)
  • feat: complete SDK parity and fix authentication logic Achieved 100% parity with Node.js SDK by implementing Subscription V2, Reporting, Pecco, and all missing payment endpoints. Fixed critical PKI string formatting and signature generation bugs. Updated documentation and test suite. (027862c)
  • add: new example (d459576)

Installation

go get github.com/parevo-lab/iyzipay-go@v0.0.7

Full Changelog: v0.0.6...v0.0.7

Release v0.0.6

02 Jul 10:20

Choose a tag to compare

Changes since v0.0.5

  • change: updated actions/download-artifact action to v4 (0f24526)

Installation

go get github.com/parevo-lab/iyzipay-go@v0.0.6

v0.0.5

02 Jul 10:16

Choose a tag to compare

change: Updated upload-artifact action to v4 in release.yml

v0.0.4

02 Jul 10:13

Choose a tag to compare

remove: test coverage check from release workflow

0.0.2

02 Jul 10:03

Choose a tag to compare

add: FlexibleUnmarshal function for versatile JSON handling

- Introduced FlexibleUnmarshal to enable flexible processing of JSON responses
- Integrated FlexibleUnmarshal into existing doRequest function for improved robustness
- Implemented FlexibleJSONUnmarshal helper function
- Added unit tests to verify flexible JSON unmarshalling behavior

0.0.1

02 Jul 09:07

Choose a tag to compare

change: readme.md