Skip to content

Commit

Permalink
Merge pull request #581 from mollie/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
margud authored May 31, 2022
2 parents a51101a + 5099eee commit 709a0d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/E2E_On_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Cypress test run
on:
pull_request:
types: [opened, reopened]
branches: [master, v*.*.*]
jobs:
Cypress-E2E:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct()
{
$this->name = 'mollie';
$this->tab = 'payments_gateways';
$this->version = '5.1.0.b';
$this->version = '5.1.0';
$this->author = 'Mollie B.V.';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Upgrade-5.1.0.b.php → upgrade/Upgrade-5.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @return bool
*/
function upgrade_module_5_1_0_b($module)
function upgrade_module_5_1_0($module)
{
$module->registerHook('displayExpressCheckout');
$module->registerHook('displayProductActions');
Expand Down

0 comments on commit 709a0d2

Please sign in to comment.