Skip to content

Commit

Permalink
Merge pull request #234 from mollie/5.8.1
Browse files Browse the repository at this point in the history
5.8.1
  • Loading branch information
Marvin-Magmodules authored Jul 25, 2023
2 parents e5298fc + e12e009 commit aaa4948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:

jobs:
analyze:
if: github.repository_owner == 'mollie'

name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 1 addition & 0 deletions app/code/community/Mollie/Mpm/Model/Client/Payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public function processTransaction(Mage_Sales_Model_Order $order, $type = 'webho
$this->mollieHelper->addTolog('success', $msg);
$this->checkCheckoutSession($order, $paymentToken, $paymentData, $type);
$order->save();
$payment->save();

return $msg;
}
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Mollie/Mpm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<config>
<modules>
<Mollie_Mpm>
<version>5.8.0</version>
<version>5.8.1</version>
</Mollie_Mpm>
</modules>
<global>
Expand Down

0 comments on commit aaa4948

Please sign in to comment.