improved storing

This commit is contained in:
Stephan D
2026-02-10 13:36:45 +01:00
parent 461a340b08
commit f2938daddd
7 changed files with 38 additions and 31 deletions

View File

@@ -9,7 +9,6 @@ import (
// CardPayout is a Mongo/JSON representation of proto CardPayout
type CardPayout struct {
storable.Base `bson:",inline" json:",inline"`
PayoutID string `bson:"payoutId" json:"payout_id"`
PaymentRef string `bson:"paymentRef" json:"payment_ref"`
OperationRef string `bson:"operationRef" json:"operation_ref"`
IdempotencyKey string `bson:"idempotencyKey" json:"idempotency_key"`