Merge remote-tracking branch 'origin/master'

This commit is contained in:
MEHMETKECECI
2026-02-13 07:48:17 +03:00
parent d571fe2fd5
commit 7f56bb40c5
38 changed files with 1709 additions and 457 deletions
+3
View File
@@ -28,6 +28,9 @@ type OrderList struct {
// 💰 Tutarlar
TotalAmount float64 `json:"TotalAmount"`
TotalAmountUSD float64 `json:"TotalAmountUSD"`
PackedAmount float64 `json:"PackedAmount"`
PackedUSD float64 `json:"PackedUSD"`
PackedRatePct float64 `json:"PackedRatePct"`
// 📝 Açıklama
Description string `json:"Description"`