Skip to content

Commit

Permalink
fix: update import from absolute to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Feb 2, 2024
1 parent f18680e commit 97cfc6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/modules/payments/payment.service.utils.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import config from 'src/app/config/config'
import { IPaymentSchema } from 'src/types'

import { centsToDollars } from '../../../../shared/utils/payments'
import { getPaymentInvoiceDownloadUrlPath } from '../../../../shared/utils/urls'
import config from '../../../app/config/config'
import { IPaymentSchema } from '../../../types'

export const getPaymentFields = (payment: IPaymentSchema) => {
return {
Expand Down

0 comments on commit 97cfc6c

Please sign in to comment.