Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 6, 2023
1 parent e48ceab commit 2de3d63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ class _MyAppState extends State<MyApp> {
Future<PaymentResult> startDropInAdvancedFlow() async {
final String paymentMethodsResponse =
await _adyenSessionRepository.fetchPaymentMethods();
final String returnUrl =
await _adyenSessionRepository.determineExampleReturnUrl();

final CardsConfiguration cardsConfiguration =
CardsConfiguration(showStorePaymentField: true);
Expand Down

0 comments on commit 2de3d63

Please sign in to comment.