File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.1.0]
5+ ### Fixed
6+ - Fix: Payment not captured when order status is changed to done for digital products.
7+
48## [ 2.0.9]
59### Added
610- Support for sales channel–specific terminals for payment methods.
Original file line number Diff line number Diff line change 33 "description" : " AltaPay plugin for Shopware 6" ,
44 "type" : " shopware-platform-plugin" ,
55 "license" : " MIT" ,
6- "version" : " 2.0.9 " ,
6+ "version" : " 2.1.0 " ,
77 "authors" : [
88 {
99 "name" : " AltaPay A/S" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class WexoAltaPay extends Plugin
2121 public const ALTAPAY_FIELD_SET_NAME = "wexoAltaPay " ;
2222 public const ALTAPAY_PAYMENT_METHOD_FIELD_SET_NAME = "wexoAltaPayPaymentMethod " ;
2323 public const ALTAPAY_CART_TOKEN = "wexoAltaPayCartToken " ;
24- public const ALTAPAY_PLUGIN_VERSION = '2.0.9 ' ;
24+ public const ALTAPAY_PLUGIN_VERSION = '2.1.0 ' ;
2525 public const ALTAPAY_PLUGIN_NAME = 'WexoAltaPay ' ;
2626
2727 public function update (UpdateContext $ updateContext ): void
You can’t perform that action at this time.
0 commit comments