feat: add checkout process
This commit is contained in:
10
packages/web/src/graphql/queries/get-paddle-info.ee.ts
Normal file
10
packages/web/src/graphql/queries/get-paddle-info.ee.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_PADDLE_INFO = gql`
|
||||
query GetPaddleInfo {
|
||||
getPaddleInfo {
|
||||
sandbox
|
||||
vendorId
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user