Releases: VictorAvelar/mollie-api-go
v2.0.1
v2.0.0
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
Extend mollie.Error type
Added parsed response content to error #95
Parsing query values fix - MethodsOptions
Fix for query values not being parsed correctly. For details check #94
Fix MethodOptions url serialization tags
For more info check #91
Fix for parsing tokens from a diff env variable
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
Gift card issuers integration
Dashboard URLs are included in the response of several resources
For a detailed overview check #57 or Mollie's changelog