diff --git a/example/lib/main.dart b/example/lib/main.dart index 1c812832..e9efbdc3 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -128,8 +128,6 @@ class _MyAppState extends State { Future startDropInAdvancedFlow() async { final String paymentMethodsResponse = await _adyenSessionRepository.fetchPaymentMethods(); - final String returnUrl = - await _adyenSessionRepository.determineExampleReturnUrl(); final CardsConfiguration cardsConfiguration = CardsConfiguration(showStorePaymentField: true);