Skip to content

Commit

Permalink
1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 12, 2017
1 parent e96376e commit 93fbe10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
9 changes: 9 additions & 0 deletions Facade/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ final class Charge extends \Df\StripeClone\Facade\Charge {
*/
function capturePreauthorized($id, $a) {return C::retrieve($id)->capture();}

/**
* 2017-02-11
* @override
* @see \Df\StripeClone\Facade\Charge::cardIdPrefix()
* @used-by \Df\StripeClone\Payer::usePreviousCard()
* @return string
*/
function cardIdPrefix() {return 'card';}

/**
* 2017-02-10
* @override
Expand Down
9 changes: 0 additions & 9 deletions P/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ final class Charge extends \Df\StripeClone\P\Charge {
*/
function k_CardId() {return 'card';}

/**
* 2017-02-11
* @override
* @see \Df\StripeClone\P\Charge::cardIdPrefix()
* @used-by \Df\StripeClone\P\Charge::usePreviousCard()
* @return string
*/
protected function cardIdPrefix() {return 'card';}

/**
* 2016-11-13
* https://www.omise.co/charges-api#charges-create
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/omise"
,"version": "1.8.13"
,"version": "1.8.14"
,"description": "The «Omise» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/omise"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.7.1", "omise/omise-php": "^2.5.0"}
,"require": {"mage2pro/core": ">=2.7.6", "omise/omise-php": "^2.5.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Omise\\": ""}}
,"keywords": [
"3D Secure"
Expand Down

0 comments on commit 93fbe10

Please sign in to comment.