feat: add checkout process

This commit is contained in:
Ali BARIN
2023-03-20 23:24:04 +00:00
parent 66d7baa126
commit b5ed984f05
6 changed files with 141 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
import { gql } from '@apollo/client';
export const GET_PADDLE_INFO = gql`
query GetPaddleInfo {
getPaddleInfo {
sandbox
vendorId
}
}
`;