feature/IO-2885-IntelliPay-App-Postback

- Finish ticket
This commit is contained in:
Dave Richer
2025-04-01 15:15:48 -04:00
parent 09c1a8ae35
commit c78b9866a3
5 changed files with 108 additions and 24 deletions

View File

@@ -2832,3 +2832,15 @@ exports.GET_DOCUMENTS_BY_IDS = `
takenat
}
}`;
exports.GET_JOBID_BY_MERCHANTID_RONUMBER = `
query GET_JOBID_BY_MERCHANTID_RONUMBER($merchantID: String!, $roNumber: String!) {
jobs(where: {ro_number: {_eq: $roNumber}, bodyshop: {intellipay_merchant_id: {_eq: $merchantID}}}) {
id
shopid
bodyshop {
id
intellipay_config
}
}
}`;