Skip to content

Commit b1208d1

Browse files
SQMAGOPC: update versions to 2.2.16
1 parent 1a3bbd5 commit b1208d1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.16] - 2026-03-24
9+
10+
- change 'No recurring payment' in admin to empty value.
11+
- Add support for Klarna invoice cancellation.
12+
- Refactor DI
13+
814
## [2.2.15] - 2026-03-02
915

1016
- Improve error handling for adding credit card.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"markup/module-paytrail": "*"
3030
},
3131
"type": "magento2-module",
32-
"version": "2.2.15",
32+
"version": "2.2.16",
3333
"license": "MIT",
3434
"autoload": {
3535
"files": [

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Paytrail_PaymentService" setup_version="2.2.15">
4+
<module name="Paytrail_PaymentService" setup_version="2.2.16">
55
<sequence>
66
<module name="Magento_Webapi"/>
77
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)