Skip to content

Commit c6efff8

Browse files
[UPDATE] Release v1.4.3
1 parent b0939d3 commit c6efff8

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## v1.4.4
7+
## v1.4.3
88

99
Added
1010

1111
- Support Riverty and Swish payment methods
1212

13-
## v1.4.3
14-
1513
Fixed
1614

1715
- Failed to get the process key during custom application initialization

application/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export const EXTENSION_KEY = 'sctm-payment-create-update-extension';
3232
export const EXTENSION_URL_PATH = '/processor';
3333
export const APPLICATION_URL_PATH = '/application/methods';
3434
export const USER_AGENT = {
35-
name: 'ShopmacherMollieCommercetoolsConnector/1.4.4',
36-
version: '1.4.4',
37-
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.4.4',
35+
name: 'ShopmacherMollieCommercetoolsConnector/1.4.3',
36+
version: '1.4.3',
37+
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.4.3',
3838
contactEmail: 'info@mollie.com',
3939
};

processor/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shopmacher-mollie-processor",
33
"description": "Integration between commercetools and mollie payment service provider",
4-
"version": "1.4.4",
4+
"version": "1.4.3",
55
"main": "index.js",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)