buildPaymentInfoUrl static method

String buildPaymentInfoUrl(
  1. String systemRef
)

Implementation

static String buildPaymentInfoUrl(String systemRef) =>
    buildEndpoint('$fetchPaymentInfoEndpoint/$systemRef');