Skip to content

Commit fa5f611

Browse files
committed
MC-30497: Cannot place an order using PayPal through Braintree using sample data customer
1 parent 4c7b1ce commit fa5f611

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

app/code/Magento/Braintree/view/frontend/web/js/view/payment/method-renderer/paypal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ define([
269269
*/
270270
onError: function () {
271271
self.showError($t('Payment ' + self.getTitle() + ' can\'t be initialized'));
272+
self.reInitPayPal();
272273
}
273274
}, self.paypalButtonSelector);
274275
},

0 commit comments

Comments
 (0)