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 d57400a
Show file tree
Hide file tree
Showing 5 changed files with 33,181 additions and 3 deletions.
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
}
}
}

0 comments on commit d57400a

Please sign in to comment.