Minor updates to intellipay processing.

This commit is contained in:
Patrick Fic
2023-08-09 20:14:44 -07:00
parent b8942c320e
commit 2e763f1dd5
6 changed files with 19 additions and 37 deletions

View File

@@ -747,7 +747,6 @@ export const GET_JOB_BY_PK = gql`
amount
payer
created_at
stripeid
transactionid
memo
date

View File

@@ -5,6 +5,15 @@ export const INSERT_NEW_PAYMENT = gql`
insert_payments(objects: $paymentInput) {
returning {
id
jobid
amount
payer
created_at
transactionid
memo
date
type
exportedat
}
}
}