Added payments schema and connected to stripe BOD-146 BOD-147
This commit is contained in:
@@ -31,6 +31,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
inhousevendorid
|
||||
accountingconfig
|
||||
appt_length
|
||||
stripe_acct_id
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -80,6 +81,7 @@ export const UPDATE_SHOP = gql`
|
||||
production_config
|
||||
invoice_tax_rates
|
||||
appt_length
|
||||
stripe_acct_id
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -99,3 +101,10 @@ export const QUERY_INTAKE_CHECKLIST = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
export const QUERY_STRIPE_ID = gql`
|
||||
query QUERY_STRIPE_ID {
|
||||
bodyshops {
|
||||
stripe_acct_id
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user