Skip to content

Commit 259cda8

Browse files
authored
Sync main v.1.4.3 into develop (#187)
Sync main v.1.4.3 into develop
2 parents f9b8213 + 19a06ce commit 259cda8

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.3
8+
9+
Fixed
10+
11+
- Failed to get the process key during custom application initialization
12+
713
## v1.4.2
814

915
- Support for payment methods `in3`, `alma`, `payconiq`

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopmacher-mollie-application",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Integration application between commercetools and mollie payment service provider",
55
"private": true,
66
"scripts": {

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.2',
36-
version: '1.4.2',
37-
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.4.2',
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.2",
4+
"version": "1.4.3",
55
"main": "index.js",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)