From 3f2f756f1e18dd36010b65fa4b9b929c60304f50 Mon Sep 17 00:00:00 2001 From: Singh Date: Thu, 19 Dec 2019 15:20:14 -0800 Subject: [PATCH] pay button bug fix --- src/button/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button/config.js b/src/button/config.js index 2544c0bc29..07bc78c886 100644 --- a/src/button/config.js +++ b/src/button/config.js @@ -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,