Skip to content

Commit

Permalink
9.0.2 -- Fix update function.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximj committed Jan 2, 2019
1 parent 18eb9e6 commit d9f8fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/controller/payment/mollie/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
require_once(dirname(DIR_SYSTEM) . "/catalog/controller/payment/mollie/helper.php");

define("MOLLIE_VERSION", MollieHelper::PLUGIN_VERSION);
define("MOLLIE_RELEASE", MOLLIE_VERSION . ".5");
define("MOLLIE_RELEASE", "v" . MOLLIE_VERSION);
define("MOLLIE_VERSION_URL", "https://api.github.com/repos/mollie/OpenCart/releases/latest");

if (!defined("MOLLIE_TMP")) {
Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class MollieHelper
{
const PLUGIN_VERSION = "9.0.0";
const PLUGIN_VERSION = "9.0.2";

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

0 comments on commit d9f8fb2

Please sign in to comment.