Skip to content

Commit

Permalink
Release 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Jul 16, 2015
1 parent 2eea4d1 commit 8c8b2b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie/helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
class MollieHelper
{
const PLUGIN_VERSION = "6.2.2";
const PLUGIN_VERSION = "6.2.3";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
Expand Down
4 changes: 4 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog #

## Changes in release 6.2.3 ##
+ Hide unavailable payment methods. Fixes problem when switching between test and live API key or when you change the activated payment methods in your Mollie Profile.
+ Update Mollie API client

## Changes in release 6.2.2 ##
+ Update Mollie API client. Fixes compatibility with PHP 5.2+

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/opencart",
"description": "Mollie module for OpenCart",
"version": "6.2.2",
"version": "6.2.3",
"homepage": "https://www.mollie.com",
"authors": [
{
Expand Down

0 comments on commit 8c8b2b6

Please sign in to comment.