Merge pull request #1715 from automatisch/AUT-698
refactor: rewrite usePaddleInfo and usePaymentPlans with RQ
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_PADDLE_INFO = gql`
|
||||
query GetPaddleInfo {
|
||||
getPaddleInfo {
|
||||
sandbox
|
||||
vendorId
|
||||
}
|
||||
}
|
||||
`;
|
@@ -1,11 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_PAYMENT_PLANS = gql`
|
||||
query GetPaymentPlans {
|
||||
getPaymentPlans {
|
||||
name
|
||||
limit
|
||||
price
|
||||
productId
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user