This commit is contained in:
Priec
2026-06-28 21:06:10 +02:00
parent e5c84e631f
commit 1bde553f79
8 changed files with 490 additions and 211 deletions

View File

@@ -56,6 +56,8 @@ hmac = { version = "0.12" }
sha2 = { version = "0.10" }
subtle = { version = "2.6" }
form_urlencoded = { version = "1" }
# base64: cookie-safe encoding of the multi-step checkout info JSON
base64 = { version = "0.22" }
multer = { version = "3" }
futures-util = { version = "0.3" }