File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
+
7
+ ## v1.0.1
8
+
9
+ ### Added
10
+
11
+ - Changelog
12
+
13
+ ### Updated
14
+
15
+ - Postman collection
16
+ - Interface interaction field naming to differentiate the connector itself to others
17
+
18
+ ## v1.0.0
19
+
20
+ ### Added
21
+
22
+ - General configurations for Commercetools, Mollie and connector related
23
+ - Package version for requests
24
+ - Log mechanism
25
+ - Supporting payment methods namely:
26
+ - [ Apple pay] ( https://docs.mollie.com/docs/apple-pay )
27
+ - [ Bancontact] ( https://docs.mollie.com/docs/bancontact )
28
+ - [ BLIK] ( https://docs.mollie.com/docs/blik )
29
+ - [ Credit/debit card] ( https://docs.mollie.com/docs/cards )
30
+ - [ Gift cards] ( https://docs.mollie.com/docs/giftcards )
31
+ - [ iDEAL] ( https://docs.mollie.com/docs/ideal )
32
+ - [ KBC/CBC] ( https://docs.mollie.com/docs/kbc )
33
+ - [ Paypal] ( https://docs.mollie.com/docs/paypal )
34
+ - [ Przelewy24] ( https://docs.mollie.com/docs/przelewy24 )
35
+ - Supporting for [ Apply pay direct] ( https://docs.mollie.com/docs/direct-integration-of-apple-pay ) & [ Mollie card component] ( https://docs.mollie.com/docs/mollie-components )
36
+ - Filter options for listing payment methods
37
+ - Create/cancel payment via Payment API
38
+ - Refund/cancel refund payment via Refund API
39
+ - Webhooks for payment ...
40
+ - Unit tests via Jest
41
+ - Possibility to manage the due date period for bank transfering
42
+ - Postman collection for developers
You can’t perform that action at this time.
0 commit comments