getpaymentMethods function

String getpaymentMethods(
  1. String url,
  2. String orderId
)

Implementation

String getpaymentMethods(String url, String orderId) {
  return "$url${paymentMethodsEndpoint(orderId)}";
}