mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
createContributionLink response contains contribution id
This commit is contained in:
parent
dcc1e9c2e7
commit
ad3bb58d43
@ -1755,6 +1755,7 @@ describe('AdminResolver', () => {
|
||||
expect.objectContaining({
|
||||
data: {
|
||||
createContributionLink: expect.objectContaining({
|
||||
id: expect.any(Number),
|
||||
amount: '200',
|
||||
code: expect.stringMatching(/^CL-[0-9a-f]{24,24}$/),
|
||||
link: expect.any(String),
|
||||
|
||||
@ -159,6 +159,7 @@ export const createContributionLink = gql`
|
||||
maxAmountPerMonth: $maxAmountPerMonth
|
||||
maxPerCycle: $maxPerCycle
|
||||
) {
|
||||
id
|
||||
amount
|
||||
name
|
||||
memo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user