Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.2

Fixes

  • Fix the issue that the payment method is not correctly set in some cases

v1.0.1

Added

  • Changelog

Updated

  • Postman collection
  • Interface interaction field naming to differentiate the connector itself to others

v1.0.0

Added

  • General configurations for Commercetools, Mollie and connector related
  • Package version for requests
  • Log mechanism
  • Supporting payment methods namely:
  • Supporting for Apply pay direct & Mollie card component
  • Filter options for listing payment methods
  • Create/cancel payment via Payment API
  • Refund/cancel refund payment via Refund API
  • Webhooks for payment status update, cancel payment, refund payment
  • Unit tests via Jest
  • Possibility to manage the due date period for bank transfering
  • Postman collection for developers