fix: resolve all remaining compilation errors and package conflicts

This commit is contained in:
Tiago Ribeiro 2026-03-09 09:43:07 -03:00
parent 3a78c46bfc
commit 1bf6d1d835

View file

@ -283,6 +283,7 @@ type PaymentWebhookEvent struct {
PaymentID string `json:"payment_id"`
OrderID uuid.UUID `json:"order_id"`
Status string `json:"status"`
Gateway string `json:"gateway"`
MarketplaceFee int64 `json:"marketplace_fee"`
SellerAmount int64 `json:"seller_amount"`
TotalPaidAmount int64 `json:"total_paid_amount"`