Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 19, 2017
1 parent f7a968b commit 6bc9ea9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
* @method Settings s()
*/
final class Charge extends \Df\PaypalClone\Charge {
/**
* 2017-08-19
* «Amount to be paid,
* MULTIPLIED BY 100 since the format of the amount must not contain any decimals or other separators.
* The AMOUNT has to be assigned dynamically.»
* @override
* @see \Df\PaypalClone\Charge::k_Amount()
* @used-by \Df\PaypalClone\Charge::p()
* @return string
*/
protected function k_Amount() {return 'AMOUNT';}

/**
* 2017-08-19
* «Your affiliation name in our system»
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/postfinance"
,"version": "0.0.2"
,"version": "0.0.3"
,"description": "The «PostFinance» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/postfinance"
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\\PostFinance\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 6bc9ea9

Please sign in to comment.