continueConfirmPaymentIntent method

Future<Map> continueConfirmPaymentIntent(
  1. String token,
  2. String paymentIntentId,
  3. Map<String, dynamic> paymentIntentInfo
)

Implementation

Future<Map> continueConfirmPaymentIntent(String token, String paymentIntentId,
    Map<String, dynamic> paymentIntentInfo) {
  throw UnimplementedError(
      "Continue Confirm Payment Intent has not been implemented");
}