Skip to content

Commit

Permalink
add new title for buttons iframe (paypal#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishakha94 authored May 21, 2020
1 parent 5ecd8c5 commit 725bd42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zoid/buttons/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const getButtonsComponent = memoize(() : ZoidComponent<ButtonProps> => {
attributes: {
iframe: {
allowpaymentrequest: 'allowpaymentrequest',
scrolling: 'no'
scrolling: 'no',
title: 'paypal'
}
},

Expand Down

0 comments on commit 725bd42

Please sign in to comment.