Skip to content

Commit

Permalink
fix: added required comma
Browse files Browse the repository at this point in the history
Signed-off-by: Haris Spahija <haris.spahija@pon.com>
  • Loading branch information
HarisSpahijaPon committed Nov 27, 2019
1 parent a3cf757 commit 1aef6f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ class StripePaymentCheckoutAction extends Component {
};

static defaultProps = {
billingAddressTitleText: "Billing Address"
billingAddressTitleText: "Billing Address",
onReadyForSaveChange() { },
secureCaptionText: "Your Information is private and secure.",
secureCaptionText: "Your Information is private and secure."
};

state = {
Expand Down

0 comments on commit 1aef6f5

Please sign in to comment.