Skip to content

Commit

Permalink
1.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 10, 2017
1 parent 8c95bad commit 379e780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Exception/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ function isMessageHtml() {return true;}
* @see \Df\Core\Exception::message()
* @return string
*/
function message() {return df_cc_n(
'The Omise charge is failed.'
,'Response:', df_json_encode(AO::_values($this->_c))
,'Request:', df_json_encode($this->_request)
);}
function message() {return df_api_rr_failed($this, AO::_values($this->_c), $this->_request);}

/**
* 2017-01-09
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.15"
,"version": "1.8.16"
,"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.40", "omise/omise-php": "^2.5.0"}
,"require": {"mage2pro/core": ">=2.8.0", "omise/omise-php": "^2.5.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Omise\\": ""}}
,"keywords": [
"3D Secure"
Expand Down

0 comments on commit 379e780

Please sign in to comment.