Skip to content

Commit

Permalink
payments: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
demget committed Aug 10, 2024
1 parent 0442831 commit 4e8d423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payments.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ type Payment struct {

type RefundedPayment struct {
Currency string `json:"currency"`
TotalAmount int `json:"total_amount"`
InvoicePayload string `json:"invoice_payload"`
Total int `json:"total_amount"`
Payload string `json:"invoice_payload"`
TelegramChargeID string `json:"telegram_payment_charge_id"`
ProviderChargeID string `json:"provider_payment_charge_id"`
}
Expand Down

0 comments on commit 4e8d423

Please sign in to comment.