Skip to content

Commit

Permalink
Update lib/src/screens/cake_pay/cards/cake_pay_confirm_purchase_card_…
Browse files Browse the repository at this point in the history
…page.dart
  • Loading branch information
OmarHatem28 authored Dec 13, 2024
1 parent 20aa41b commit 834c5aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ class CakePayBuyCardDetailPage extends BasePage {
await cakePayPurchaseViewModel.cakePayService.logout();
}

cakePayPurchaseViewModel.isPurchasing = false;
}
}
cakePayPurchaseViewModel.isPurchasing = false;
}

void _showHowToUseCard(
Expand Down

0 comments on commit 834c5aa

Please sign in to comment.