Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 20, 2017
1 parent 76364a6 commit 9849363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/securepay"
,"version": "1.6.0"
,"version": "1.6.1"
,"description": "The «SecurePay» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/securepay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.0"}
,"require": {"mage2pro/core": ">=2.12.10"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\SecurePay\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ return parent.extend({
}
if (this.validate()) {
// 2017-07-26 «Sometimes getting duplicate orders in checkout»: https://mage2.pro/t/4217
this.isPlaceOrderActionAllowed(false);
this.state_waitingForServerResponse(true);
this.placeOrderInternal();
}
},
Expand Down

0 comments on commit 9849363

Please sign in to comment.