Skip to content

Commit

Permalink
feat: add installment
Browse files Browse the repository at this point in the history
  • Loading branch information
simaomeyrerdooca committed Aug 23, 2024
1 parent 711783e commit 77d1005
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/modules/buy-together/BuyTogetherQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ export class BuyTogetherQueries {
attributeName
isActive
}`
const installmentFields = `
{
markup
parcel
discount
interest
total
parcelPrice
}
`
const paymentsFields = `
{
id
Expand All @@ -61,6 +71,7 @@ export class BuyTogetherQueries {
isActive
markup
isDefault
installment ${installmentFields}
}`
const featureFields = `
{
Expand Down

0 comments on commit 77d1005

Please sign in to comment.