Description
Using node express js back end with flutter_stripe for front end, payments were working fine until yesterday when I suddenly started getting this error. A payment intent is created but payment sheet is not presented. I'm m using custom flow,with delayed payments enabled.
StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: FlowController must be successfully initialized using configureWithPaymentIntent(), configureWithSetupIntent() or configureWithIntentConfiguration() before calling presentPaymentOptions()., message: FlowController must be successfully initialized using configureWithPaymentIntent(), configureWithSetupIntent() or configureWithIntentConfiguration() before calling presentPaymentOptions()., stripeErrorCode: null, declineCode: null, type: null))error