File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ class VersionInfo
2222{
2323 public const M2_KLARNA = 'kustom/module-checkout ' ;
2424
25+ public const M2_VAIMO_KUSTOM = 'vaimo/kustom-m2-checkout ' ;
26+
2527 /**
2628 * @var State
2729 */
@@ -168,6 +170,10 @@ public function getFullM2KlarnaVersion(): string
168170 public function getM2KlarnaVersion (): string
169171 {
170172 $ composerVersion = $ this ->getComposerPackageVersion (self ::M2_KLARNA );
173+ if (empty ($ composerVersion )) {
174+ $ composerVersion = $ this ->getComposerPackageVersion (self ::M2_VAIMO_KUSTOM );
175+ }
176+
171177 return !empty ($ composerVersion ) ? $ composerVersion : $ this ->getFallbackExtensionVersion ();
172178 }
173179
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0 "
2+ "version" : " 1.1.2 "
33}
Original file line number Diff line number Diff line change 33 "description" : " Kustom Base Magento 2 Extension" ,
44 "type" : " magento2-module" ,
55 "license" : " Apache-2.0" ,
6- "version" : " 11.0.15 " ,
6+ "version" : " 11.0.16 " ,
77 "scripts" : {
88 "test" : " phpunit" ,
99 "cov" : " phpunit --coverage-html coverage"
You can’t perform that action at this time.
0 commit comments