feat: SW-2028 Fix after rebase

This commit is contained in:
Hrishikesh Vaipurkar
2025-03-31 13:28:23 +02:00
parent 03deea1102
commit 4e9ee82efa
4 changed files with 31 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ export const Default: Story = {
{
points: '20000',
currency: 'PTS',
rateCode: 'REDNIGHT7',
},
{
points: '15000',
@@ -45,6 +46,7 @@ export const Default: Story = {
price: '250',
currency: 'EUR',
},
rateCode: 'REDNIGHT7A',
},
{
points: '10000',
@@ -53,6 +55,7 @@ export const Default: Story = {
price: '500',
currency: 'EUR',
},
rateCode: 'REDNIGHT7B',
},
],
selectedRate: undefined,
@@ -70,6 +73,7 @@ export const WithDisabledRates: Story = {
points: '20000',
currency: 'PTS',
isDisabled: true,
rateCode: 'REDNIGHT7',
},
{
points: '15000',
@@ -79,6 +83,7 @@ export const WithDisabledRates: Story = {
price: '250',
currency: 'EUR',
},
rateCode: 'REDNIGHT7A',
},
{
points: '10000',
@@ -87,6 +92,7 @@ export const WithDisabledRates: Story = {
price: '500',
currency: 'EUR',
},
rateCode: 'REDNIGHT7B',
},
],
selectedRate: '2',
@@ -103,6 +109,7 @@ export const NotEnoughPoints: Story = {
{
points: '20000',
currency: 'PTS',
rateCode: 'REDNIGHT7',
},
{
points: '15000',
@@ -111,6 +118,7 @@ export const NotEnoughPoints: Story = {
price: '250',
currency: 'EUR',
},
rateCode: 'REDNIGHT7A',
},
{
points: '10000',
@@ -119,6 +127,7 @@ export const NotEnoughPoints: Story = {
price: '500',
currency: 'EUR',
},
rateCode: 'REDNIGHT7B',
},
],
selectedRate: undefined,