From 044900fc1dee0c7901c1f27f47be0960d1142d5d Mon Sep 17 00:00:00 2001 From: Raz Date: Fri, 11 Apr 2025 21:22:11 +0200 Subject: [PATCH] add refund system --- LeStorage/Services.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeStorage/Services.swift b/LeStorage/Services.swift index 90b6f99..a1971f3 100644 --- a/LeStorage/Services.swift +++ b/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 {