setupGooglePayHelper abstract method

Future<MFGetPaymentStatusResponse> setupGooglePayHelper(
  1. String sessionId,
  2. MFGooglePayRequest googlePayRequest,
  3. dynamic onInvoiceCreated(
    1. String invoiceId
    )
)

@deprecated Use setupWithAutoExecute instead. This method uses deprecated MFGooglePayHelper.

Implementation

Future<MFGetPaymentStatusResponse> setupGooglePayHelper(
    String sessionId,
    MFGooglePayRequest googlePayRequest,
    Function(String invoiceId) onInvoiceCreated);