File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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.
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments