fix: resolve all remaining compilation errors and package conflicts
This commit is contained in:
parent
3a78c46bfc
commit
1bf6d1d835
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ type PaymentWebhookEvent struct {
|
||||||
PaymentID string `json:"payment_id"`
|
PaymentID string `json:"payment_id"`
|
||||||
OrderID uuid.UUID `json:"order_id"`
|
OrderID uuid.UUID `json:"order_id"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
|
Gateway string `json:"gateway"`
|
||||||
MarketplaceFee int64 `json:"marketplace_fee"`
|
MarketplaceFee int64 `json:"marketplace_fee"`
|
||||||
SellerAmount int64 `json:"seller_amount"`
|
SellerAmount int64 `json:"seller_amount"`
|
||||||
TotalPaidAmount int64 `json:"total_paid_amount"`
|
TotalPaidAmount int64 `json:"total_paid_amount"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue