Skip to content

Releases: VictorAvelar/mollie-api-go

v2.0.1

03 Nov 17:20
582b821
Compare
Choose a tag to compare

Changelog

206cd44 Update generated docs
3e5bfb4 Update changelog
898420a Update README.md
6727d8c Merge pull request #104 from VictorAvelar/mollie-v2-setup
260084c Fix paths for v2 support
582b821 Add intall and usage docs

v2.0.0

03 Nov 12:14
3119b65
Compare
Choose a tag to compare

Changelog

542112e add documentation/support code samples for payment methods
a91ebb8 Update generated docs
f58bf74 Update generated docs
365a3df Update changelog
ab52dbf Remove travis-ci badge from readme
551973a Remove travis-ci
a537c42 Merge pull request #97 from TITANMQ/payment-method-samples
3119b65 Merge pull request #103 from VictorAvelar/add-missing-api-options-#99
7a0ddcb Merge branch 'master' into payment-method-samples
54d4b98 Change pointers in payment struct
eefef00 Change pointers for values in all the mollie resources
87bdf44 Change docs to documentation in links
311bc2d Add missing payment url options; Change pointers to values

v1.6.6

01 Nov 09:28
f3b7682
Compare
Choose a tag to compare

Changelog

f3b7682 Fix goreleaser build config

Extend mollie.Error type

18 Oct 11:34
c27831b
Compare
Choose a tag to compare

Added parsed response content to error #95

Parsing query values fix - MethodsOptions

18 Oct 10:22
0df48eb
Compare
Choose a tag to compare

Fix for query values not being parsed correctly. For details check #94

Fix MethodOptions url serialization tags

14 Oct 07:41
fbdaaf4
Compare
Choose a tag to compare

Fix for parsing tokens from a diff env variable

11 Oct 17:25
2aabdd5
Compare
Choose a tag to compare

The client will parse by default any value set in MOLLIE_API_TOKEN, additionally, you can specify a different environment variable either by using the built-in constant mollie.OrgTokenEnv or passing the env variable name to the config constructor.

In releases prior to this patch, the value was taken as the intended token which made it impossible for the client to accept organizational tokens set in the MOLLIE_ORG_TOKEN env variable or any differently named variable.

For extra info: #89

Go version 1.15.x

09 Oct 11:38
3a3cd93
Compare
Choose a tag to compare

Changed

  • Go mod version upgraded to 1.15 #86

Removed

  • Unused variable in refunds.go #87

Gift card issuers integration

04 Oct 21:20
0cd7c5e
Compare
Choose a tag to compare

v1.5.0

Added

  • Code samples for Chargebacks API #79
  • Playground ready example tests for GetChargeback #79
  • Dockerfile for test execution #81
  • Makefile with used commands #81
  • Code samples for profiles #82
  • Methods for enabling/disabling payment methods #84

Fixed

  • golint style errors in mandates.go #80
  • ignored error in newResponse method is now properly handled #66
  • YAML files were linted #79

Dashboard URLs are included in the response of several resources

09 Sep 16:11
Compare
Choose a tag to compare