Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 11, 2017
1 parent f03169e commit dd7ea5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions Method.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<?php
namespace Dfe\IPay88;
/**
* 2017-04-10
* 2017-11-10
* «Class Dfe\IPay88\Method\Interceptor may not inherit from final class (Dfe\IPay88\Method)
* in /generated/code/Dfe/IPay88/Method/Interceptor.php»
* https://mage2.pro/t/4904
* @final Unable to use the PHP «final» keyword here because of the M2 code generation.
* @method Settings s()
*/
class Method extends \Df\PaypalClone\Method {
// 2017-04-10
/** @method Settings s() */
final class Method extends \Df\PaypalClone\Method {
/**
* 2017-04-10
* «Payment amount with two decimals and thousand symbols. Example: 1,278.99»
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.4.5"
,"version": "1.4.6"
,"description": "iPay88 integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.2.39"}
,"require": {"mage2pro/core": ">=3.3.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit dd7ea5f

Please sign in to comment.