some progress in cloud sync and paypal support almost done

This commit is contained in:
Kima
2024-12-02 23:13:26 +01:00
parent 9e187fc04c
commit afcff10862
8 changed files with 108 additions and 31 deletions

View File

@@ -395,7 +395,7 @@ class FilcAPI {
}
// cloud sync
static Future<Map?> cloudSync(Map data, String token) async {
static Future<Map?> cloudSync(Map<String, String> data, String token) async {
try {
var client = http.Client();