Skip to content

Commit

Permalink
pay button bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishakha94 committed Dec 19, 2019
1 parent 0d9b352 commit 3f2f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const BUTTON_CONFIG : ButtonConfig = {

[ BUTTON_LABEL.PAY ]: {
label: `{ content: pay }`,
logoLabel: `{ logo: ${ BUTTON_LOGO.PP } } { logo: ${ BUTTON_LOGO.PAYPAL } }`,
logoLabel: `{ logo: ${ BUTTON_LOGO.PAYPAL } }`,

allowPrimary: true,

Expand Down

0 comments on commit 3f2f756

Please sign in to comment.