File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
catalog/controller/payment/mollie Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
class MollieHelper
3
3
{
4
- const PLUGIN_VERSION = "6.1.2 " ;
4
+ const PLUGIN_VERSION = "6.1.3 " ;
5
5
6
6
// All available modules. These should correspond to the Mollie_API_Object_Method constants.
7
7
const MODULE_NAME_BANKTRANSFER = "banktransfer " ;
Original file line number Diff line number Diff line change 2
2
3
3
# Changelog #
4
4
5
+ ## Changes in release 6.1.3 ##
6
+ + Clear cart when an order is marked as 'paid'.
7
+
5
8
## Changes in release 6.1.2 ##
6
9
+ Fix issue with white screen appearing when cancelling a payment on older PHP versions.
7
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mollie/opencart" ,
3
3
"description" : " Mollie module for OpenCart" ,
4
- "version" : " 6.1.2 " ,
4
+ "version" : " 6.1.3 " ,
5
5
"homepage" : " https://www.mollie.com" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments