Skip to content

Commit 65c6ebd

Browse files
committed
Release 6.1.3
1 parent dec3761 commit 65c6ebd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

catalog/controller/payment/mollie/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class MollieHelper
33
{
4-
const PLUGIN_VERSION = "6.1.2";
4+
const PLUGIN_VERSION = "6.1.3";
55

66
// All available modules. These should correspond to the Mollie_API_Object_Method constants.
77
const MODULE_NAME_BANKTRANSFER = "banktransfer";

changelog.mdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Changelog #
44

5+
## Changes in release 6.1.3 ##
6+
+ Clear cart when an order is marked as 'paid'.
7+
58
## Changes in release 6.1.2 ##
69
+ Fix issue with white screen appearing when cancelling a payment on older PHP versions.
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mollie/opencart",
33
"description": "Mollie module for OpenCart",
4-
"version": "6.1.2",
4+
"version": "6.1.3",
55
"homepage": "https://www.mollie.com",
66
"authors": [
77
{

0 commit comments

Comments
 (0)