Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 19, 2017
1 parent 8f0ce5b commit 4b9cc1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* @method Settings s()
*/
final class Charge extends \Df\PaypalClone\Charge {
/**
* 2017-08-19
* @override
* @see \Df\PaypalClone\Charge::k_Amount()
* @used-by \Df\PaypalClone\Charge::p()
* @return string
*/
protected function k_Amount() {return '';}

/**
* 2017-08-19
* @override
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/paystation"
,"version": "0.0.5"
,"version": "0.0.6"
,"description": "The «Paystation» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/paystation"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.10.32"}
,"require": {"mage2pro/core": ">=2.10.33"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Paystation\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 4b9cc1d

Please sign in to comment.