这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: VictorAvelar/mollie-api-go

Extend mollie.Error type

18 Oct 11:34
c27831b

Choose a tag to compare

Added parsed response content to error #95

Parsing query values fix - MethodsOptions

18 Oct 10:22
0df48eb

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

Choose a tag to compare

Fix for parsing tokens from a diff env variable

11 Oct 17:25
2aabdd5

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

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

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

Choose a tag to compare

Added JSON Marshaler for mollie's Shortdate formater

15 Jun 20:28

Choose a tag to compare

2020 Q1 housekeeping

11 Apr 08:05
ca226eb

Choose a tag to compare

Some minor changes were adapted to the library as described on mollie's developer changelog.

Subscription ID available on Payments resource

23 Mar 08:17
dd53f5c

Choose a tag to compare

#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