Update mutation_upsert_subscriptiondetails.go
This commit is contained in:
@@ -42,9 +42,6 @@ func UpsertSubscriptionDetails(g *CartGrain, m *messages.UpsertSubscriptionDetai
|
||||
n := &SubscriptionDetails{
|
||||
Id: *m.Id,
|
||||
Version: 1,
|
||||
OfferingCode: m.OfferingCode,
|
||||
SigningType: m.SigningType,
|
||||
Meta: json.RawMessage(metaBytes),
|
||||
}
|
||||
g.SubscriptionDetails[*m.Id] = n
|
||||
existing = n
|
||||
|
||||
Reference in New Issue
Block a user