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.
1 parent 67812d7 commit 1871b00Copy full SHA for 1871b00
Helper/Config.php
@@ -45,7 +45,7 @@ class Config extends AbstractHelper
45
public const OAUTH_EMAIL = 'email';
46
public const APM_FILTERING_MODE_SHIPPING_ADDRESS = 'shipping_address';
47
public const APM_FILTERING_MODE_BILLING_ADDRESS = 'billing_address';
48
- public const MODULE_VERSION = '4.6.0';
+ public const MODULE_VERSION = '4.6.1';
49
public const STANDARD_PAYMENT_AUTHORIZATION_ONLY = 'authorize';
50
51
private ?AdapterInterface $adapter = null;
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": "4.6.0",
+ "version": "4.6.1",
6
"license": [
7
"OSL-3.0"
8
],
0 commit comments