gdt transaction list is working

This commit is contained in:
Moriz Wahl 2021-08-16 18:23:38 +02:00
parent 6bf2c286a9
commit 3a40b5104f
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ export enum GdtEntryType {
@ObjectType()
export class GdtEntry {
constructor(json: any) {
this.transactionId = json.transaction_id
this.amount = json.amount
this.date = json.date
this.email = json.email

View File

@ -129,7 +129,6 @@ export const listGDTEntriesQuery = gql`
listGDTEntries(currentPage: $currentPage, pageSize: $pageSize, sessionId: $sessionId) {
count
gdtEntries {
transactionId
amount
date
comment