File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
view/frontend/web/js/view/payment Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Data
35
35
const MODULE_CODE = 'Buckaroo_Magento2 ' ;
36
36
37
37
/** Version of Module */
38
- const BUCKAROO_VERSION = '1.45.0 ' ;
38
+ const BUCKAROO_VERSION = '1.45.1 ' ;
39
39
40
40
/** @var ProductMetadataInterface */
41
41
private $ productMetadata ;
Original file line number Diff line number Diff line change 2
2
"name" : " buckaroo/magento2" ,
3
3
"description" : " Buckaroo Magento 2 extension" ,
4
4
"require" : {
5
- "php" : " ~7.4.0||~8.1.0" ,
5
+ "php" : " ~7.4.0||~8.1.0||~8.2.0 " ,
6
6
"magento/module-payment" : " 100.3.*|100.4.*" ,
7
7
"magento/framework" : " >=102.0.0|>=103.0.0"
8
8
},
22
22
"docs" : " https://support.buckaroo.nl"
23
23
},
24
24
"homepage" : " https://www.buckaroo.nl" ,
25
- "version" : " v1.45.0 " ,
25
+ "version" : " v1.45.1 " ,
26
26
"minimum-stability" : " stable" ,
27
27
"autoload" : {
28
28
"files" : [
Original file line number Diff line number Diff line change 20
20
*/
21
21
-->
22
22
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd" >
23
- <module name =" Buckaroo_Magento2" setup_version =" 1.45.0 " build_number =" 1769" stability =" stable" >
23
+ <module name =" Buckaroo_Magento2" setup_version =" 1.45.1 " build_number =" 1769" stability =" stable" >
24
24
<sequence >
25
25
<module name =" Magento_Payment" />
26
26
<module name =" Magento_ReleaseNotification" />
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ define(
118
118
}
119
119
self . messageContainer . addSuccessMessage ( { 'message' : $t ( data . message ) } ) ;
120
120
}
121
- } ) . error ( ( err ) => {
121
+ } ) . fail ( ( err ) => {
122
122
if ( err . responseJSON && err . responseJSON . message ) {
123
123
self . displayErrorModal ( self , err . responseJSON . message ) ;
124
124
self . selectPaymentMethod ( ) ;
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ define(
131
131
*/
132
132
getTotals ( [ ] ) ;
133
133
}
134
- ) . error (
134
+ ) . fail (
135
135
function ( ) {
136
136
totals . isLoading ( false ) ;
137
137
}
You can’t perform that action at this time.
0 commit comments