Skip to content

Commit

Permalink
1.6.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 8, 2017
1 parent 2be3dcf commit 043773a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ final class Settings extends \Df\StripeClone\Settings {
* @used-by \Df\Payment\Method::action()
* @return void
*/
public function init() {\Stripe\Stripe::setApiKey($this->testableP('secretKey'));}
public function init() {\Stripe\Stripe::setApiKey($this->privateKey());}

/** @return bool */
public function isMerchantInUS() {return 'US' === $this->account()->{'country'};}
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/stripe"
,"version": "1.6.37"
,"version": "1.6.38"
,"description": "The «Stripe» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/stripe"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": "^1.12.12", "stripe/stripe-php": "3.*"}
,"require": {"mage2pro/core": "^1.12.13", "stripe/stripe-php": "3.*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Stripe\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 043773a

Please sign in to comment.