Skip to content

Commit

Permalink
Merge pull request #581 from mollie/release/2.18.1
Browse files Browse the repository at this point in the history
Release/2.18.1
  • Loading branch information
Marvin-Magmodules authored Nov 4, 2022
2 parents 902043c + 8a37450 commit 71805af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Block/Checkout/CheckoutConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(
$this->checkoutSession = $checkoutSession;
}

public function getDefaultSelectedMethod(): string
public function getDefaultSelectedMethod(): ?string
{
$method = $this->checkoutSession->getQuote()->getPayment()->getMethod();
if ($method) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mollie/magento2",
"description": "Mollie Payment Module for Magento 2",
"version": "2.18.0",
"version": "2.18.1",
"keywords": [
"mollie",
"payment",
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<default>
<payment>
<mollie_general>
<version>v2.18.0</version>
<version>v2.18.1</version>
<active>0</active>
<enabled>0</enabled>
<type>test</type>
Expand Down

0 comments on commit 71805af

Please sign in to comment.