diff --git a/frontend/src/components/Transactions/TransactionLinkSummary.spec.js b/frontend/src/components/Transactions/TransactionLinkSummary.spec.js index 3e57bceeb..2654dd605 100644 --- a/frontend/src/components/Transactions/TransactionLinkSummary.spec.js +++ b/frontend/src/components/Transactions/TransactionLinkSummary.spec.js @@ -44,7 +44,7 @@ describe('TransactionLinkSummary', () => { listTransactionLinks: [ { amount: '75', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 86, @@ -55,7 +55,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '85', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 107, @@ -65,7 +65,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '95', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 92, @@ -76,7 +76,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '150', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 16, @@ -142,7 +142,7 @@ describe('TransactionLinkSummary', () => { listTransactionLinks: [ { amount: '76', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 87, @@ -153,7 +153,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '86', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 108, @@ -164,7 +164,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '96', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 93, @@ -175,7 +175,7 @@ describe('TransactionLinkSummary', () => { }, { amount: '150', - code: 'ce28664b5308c17f931c0367', + link: 'http://localhost/redeem/ce28664b5308c17f931c0367', createdAt: '2022-03-16T14:22:40.000Z', holdAvailableAmount: '5.13109484759482747111', id: 17, diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 8d79c14dd..2bd905e5e 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -139,7 +139,6 @@ export const listTransactionLinks = gql` amount holdAvailableAmount memo - code link createdAt validUntil