We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 354d10a + b460f9f commit be8ad28Copy full SHA for be8ad28
Helper/Config.php
@@ -20,7 +20,7 @@ class Config extends AbstractHelper
20
const PAYMENT_PAGE_REDIRECT = 'redirect';
21
const PAYMENT_PAGE_EMBEDDED = 'embedded';
22
23
- const MODULE_VERSION = '1.19.0';
+ const MODULE_VERSION = '1.20.0';
24
25
/**
26
* @var WriterInterface
composer.json
@@ -2,7 +2,7 @@
2
"name": "payplug/payplug-magento2",
3
"description": "Payplug Payments module for Magento 2",
4
"type": "magento2-module",
5
- "version": "1.19.0",
+ "version": "1.20.0",
6
"license": [
7
"OSL-3.0"
8
],
0 commit comments