docs format updated
This commit is contained in:
@@ -13,10 +13,12 @@ class PaymentDocumentsService {
|
||||
String organizationRef,
|
||||
String gatewayService,
|
||||
String operationRef,
|
||||
String paymentRef,
|
||||
) async {
|
||||
final query = <String, String>{
|
||||
'gateway_service': gatewayService,
|
||||
'operation_ref': operationRef,
|
||||
'payment_ref': paymentRef,
|
||||
};
|
||||
final queryString = Uri(queryParameters: query).query;
|
||||
final url = '/documents/operation/$organizationRef?$queryString';
|
||||
|
||||
Reference in New Issue
Block a user