Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Mar 5, 2019
1 parent daac7e8 commit 50620e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gene/module-braintree",
"description": "Fork from the Magento Braintree 2.2.0 module by Gene Commerce for PayPal.",
"version": "3.1.0",
"version": "3.1.1",
"require": {
"magento/module-config": "101.0.*|101.1.*",
"magento/module-directory": "100.2.*|100.3.*",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_Braintree" setup_version="3.1.0">
<module name="Magento_Braintree" setup_version="3.1.1">
<sequence>
<module name="Magento_Customer"/>
<module name="Magento_Payment"/>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/paypal/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ define(
},

beforeSubmit: function () {
return;
return true;
}
});
}
Expand Down

0 comments on commit 50620e0

Please sign in to comment.