Skip to content

Commit

Permalink
[no-jira]: Updated schema.json (#1952)
Browse files Browse the repository at this point in the history
* - updated schema.json

* - mutation changed parameter naming
  • Loading branch information
Arkariang authored Feb 20, 2024
1 parent 7d33deb commit 8207db8
Show file tree
Hide file tree
Showing 2 changed files with 1,681 additions and 329 deletions.
2 changes: 1 addition & 1 deletion app/src/main/graphql/checkout.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mutation CreateCheckout($projectId: ID!, $amount: String!, $rewardIds: [ID!], $l
}

mutation CreatePaymentIntent($projectId: ID!, $amountDollars: String!) {
createPaymentIntent(input: { projectId: $projectId, amountDollars: $amountDollars } ) {
createPaymentIntent(input: { projectId: $projectId, amount: $amountDollars } ) {
clientSecret
}
}
Loading

0 comments on commit 8207db8

Please sign in to comment.