Releases: VictorAvelar/mollie-api-go
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
Added JSON Marshaler for mollie's Shortdate formater
Implementation: #56
2020 Q1 housekeeping
Some minor changes were adapted to the library as described on mollie's developer changelog.
Subscription ID available on Payments resource
#54 adds SubscriptionID as optional parameter to the Payments struct, useful when getting webhook calls from Mollie.
This is a non breaking change and as an patches v1.2.0