Skip to content

Commit

Permalink
Checked the spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenkumar-sanjeevirayan committed Jul 23, 2024
1 parent 9c0aa82 commit 7465b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RadioButtonPaymentOption/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</Border>
<buttons:SfRadioGroup Orientation="Vertical">
<buttons:SfRadioButton Text="GPay" IsChecked="True"/>
<buttons:SfRadioButton Text="PnonePe" />
<buttons:SfRadioButton Text="PhonePe" />
</buttons:SfRadioGroup>

<Button Text="Pay Now" Margin="5" />
Expand Down Expand Up @@ -92,7 +92,7 @@
<Label Text="Cash on Delivery" VerticalTextAlignment="Center" Margin="5" FontAttributes="Bold"/>
</Border>
<Label Margin="5" TextColor="Gray" Text="Due to handling costs, a nominal fee of $5 will be charged"/>
<Button Text="Plaec Order" Margin="5" HeightRequest="40"/>
<Button Text="Place Order" Margin="5" HeightRequest="40"/>
</VerticalStackLayout>
</Grid>
</VerticalStackLayout>
Expand Down

0 comments on commit 7465b18

Please sign in to comment.