Skip to content

Commit eb51835

Browse files
committed
MAGETWO-99867: Braintree - 3D Secure 2.0 Support for 2.3
1 parent e9e9eee commit eb51835

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Braintree/view/frontend/web/js/view/payment

1 file changed

+1
-0
lines changed

app/code/Magento/Braintree/view/frontend/web/js/view/payment/3d-secure.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ define([
134134
}
135135

136136
if (!this.isAmountAvailable(totalAmount) || !this.isCountryAvailable(billingAddress.countryId)) {
137+
self.state = $.Deferred();
137138
self.state.resolve();
138139

139140
return self.state.promise();

0 commit comments

Comments
 (0)