Skip to content

Commit

Permalink
Forcing correct countryCode for Bancontact story
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Aug 20, 2024
1 parent 42c7238 commit be056c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/storybook/stories/cards/Bancontact.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export const Default: BancontactStory = {
args: {
componentConfiguration: {
_disableClickToPay: true
}
},
countryCode: 'BE'
}
};

Expand Down

0 comments on commit be056c9

Please sign in to comment.