Skip to content

Commit

Permalink
Checkout Fully Paid implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Dec 13, 2023
1 parent 5bee220 commit a32e20e
Show file tree
Hide file tree
Showing 5 changed files with 33,179 additions and 1 deletion.
9 changes: 9 additions & 0 deletions graphql/mutations/CheckoutComplete.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mutation CheckoutComplete($checkoutId: ID!) {
checkoutComplete(checkoutId: $checkoutId) {
errors {
field
message
code
}
}
}
Loading

0 comments on commit a32e20e

Please sign in to comment.