Skip to content

Commit

Permalink
Add missing style to link promobanner (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbents authored Nov 12, 2024
1 parent f624bff commit 8ebe234
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,11 @@ export interface WidgetUpsellPromotionalBannerInformationalLinkOptions {
amount?: number
/** Checkout currency */
currency: string
/** Style object for customisation */
style?: {
text?: 'learn_more' | 'cashback'
color?: 'blue' | 'black'
}
}

export interface WidgetUpsellPromotionalBannerInformationalIconOptions {
Expand Down

0 comments on commit 8ebe234

Please sign in to comment.