add refund system

sync_v2
Raz 7 months ago
parent e4dac9ff43
commit 044900fc1d
  1. 2
      LeStorage/Services.swift

@ -238,7 +238,7 @@ public class Services {
/// - method: the HTTP method to execute
/// - requiresToken: An optional boolean to indicate if the token is required
/// - identifier: an optional StoreIdentifier that allows to filter GET requests with the StoreIdentifier values
fileprivate func _baseRequest(
public func _baseRequest(
servicePath: String, method: HTTPMethod, requiresToken: Bool? = nil,
identifier: String? = nil, getArguments: [String : String]? = nil
) throws -> URLRequest {

Loading…
Cancel
Save