Skip to content

Commit 9e30746

Browse files
committed
Merge remote-tracking branch 'speedupmate/24618' into ENGCOM-5849-magento-magento2-24622
# Conflicts: # app/code/Magento/Braintree/view/frontend/web/js/view/payment/method-renderer/paypal.js
2 parents 3d39c90 + d8534d2 commit 9e30746

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ define([
334334
}
335335

336336
return {
337-
line1: (_.isUndefined(address.street) || _.isUndefined(address.street[0]) ? '' : address.street[0],
337+
line1: _.isUndefined(address.street) || _.isUndefined(address.street[0]) ? '' : address.street[0],
338338
city: address.city,
339339
state: address.regionCode,
340340
postalCode: address.postcode,

0 commit comments

Comments
 (0)