pub async fn detect_payment_type_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
_auth: UserAuth,
__arg2: Form<DetectPaymentTypePayload>,
) -> Html<String>where
E: Display,Expand description
Handler to detect payment type and return appropriate form fields