Skip to content

Commit aaa4948

Browse files
Merge pull request #234 from mollie/5.8.1
5.8.1
2 parents e5298fc + e12e009 commit aaa4948

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/codeql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222

2323
jobs:
2424
analyze:
25+
if: github.repository_owner == 'mollie'
26+
2527
name: Analyze
2628
runs-on: ubuntu-latest
2729
permissions:

app/code/community/Mollie/Mpm/Model/Client/Payments.php

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public function processTransaction(Mage_Sales_Model_Order $order, $type = 'webho
256256
$this->mollieHelper->addTolog('success', $msg);
257257
$this->checkCheckoutSession($order, $paymentToken, $paymentData, $type);
258258
$order->save();
259+
$payment->save();
259260

260261
return $msg;
261262
}

app/code/community/Mollie/Mpm/etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<config>
3434
<modules>
3535
<Mollie_Mpm>
36-
<version>5.8.0</version>
36+
<version>5.8.1</version>
3737
</Mollie_Mpm>
3838
</modules>
3939
<global>

0 commit comments

Comments
 (0)