From 0b2d1e6b8d9b66bbdfa3d22b112827ef07fe8f2c Mon Sep 17 00:00:00 2001 From: maksimbodrus Date: Thu, 23 Apr 2020 12:45:34 +0300 Subject: [PATCH] feat: add serializable props to PayPalCheckoutButton component --- .../fscomponents/src/components/PayPalCheckoutButton.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx index 1c39fbc9a9..1b47a9e030 100644 --- a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx +++ b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx @@ -9,10 +9,17 @@ type LimitedButtonProps = Omit { tagLineStyle?: StyleProp; } type DefaultProps = Pick;