Skip to content

Commit

Permalink
1.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 11, 2017
1 parent 0c4e847 commit e96376e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 28 deletions.
20 changes: 10 additions & 10 deletions P/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
// 2016-11-13
/** @method \Dfe\Omise\Settings s() */
final class Charge extends \Df\StripeClone\P\Charge {
/**
* 2017-02-11
* 2017-02-18 Ключ, значением которого является токен банковской карты.
* @override
* @see \Df\StripeClone\P\Charge::k_CardId()
* @used-by \Df\StripeClone\P\Charge::request()
* @return string
*/
function k_CardId() {return 'card';}

/**
* 2017-02-11
* @override
Expand Down Expand Up @@ -45,16 +55,6 @@ protected function p() {return !$this->s()->_3DS() ? [] : [
'return_uri' => $this->customerReturn()
];}

/**
* 2017-02-11
* 2017-02-18 Ключ, значением которого является токен банковской карты.
* @override
* @see \Df\StripeClone\P\Charge::k_CardId()
* @used-by \Df\StripeClone\P\Charge::request()
* @return string
*/
protected function k_CardId() {return 'card';}

/**
* 2017-02-18
* Does Omise support dynamic statement descriptors? https://mage2.pro/t/2822
Expand Down
16 changes: 0 additions & 16 deletions P/Reg.php

This file was deleted.

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.12"
,"version": "1.8.13"
,"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.0", "omise/omise-php": "^2.5.0"}
,"require": {"mage2pro/core": ">=2.7.1", "omise/omise-php": "^2.5.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Omise\\": ""}}
,"keywords": [
"3D Secure"
Expand Down

0 comments on commit e96376e

Please sign in to comment.