Skip to content

Commit

Permalink
1.3.3: #6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 5, 2017
1 parent 91669cd commit 4f69675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/square"
,"version": "1.3.2"
,"version": "1.3.3"
,"description": "The «Square» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/square"
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 @@ -60,7 +60,7 @@ return parent.extend({
errorsA.push(error.message);
});
_this.showErrorMessage(errorsA.join("\n"));
this.state_waitingForServerResponse(false);
_this.state_waitingForServerResponse(false);
}
},
paymentFormLoaded: function() {
Expand Down

0 comments on commit 4f69675

Please sign in to comment.