We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97bab commit 45d25d0Copy full SHA for 45d25d0
libpretixsync/src/main/java/eu/pretix/libpretixsync/sync/SyncManager.java
@@ -566,7 +566,7 @@ protected void uploadReceipts(ProgressFeedback feedback) throws SyncException {
566
}
567
i++;
568
569
- JSONObject data = new JSONObject(ReceiptExtensionsKt.toJSON(receipt));
+ JSONObject data = ReceiptExtensionsKt.toJSON(receipt);
570
JSONArray lines = new JSONArray();
571
JSONArray payments = new JSONArray();
572
0 commit comments