Skip to content

Commit

Permalink
fix(payment-service): import crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Oct 3, 2023
1 parent 12b23d7 commit c9916e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/payment.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import crypto from 'crypto'
import { CreateInvoiceRequest, Invoice } from 'xendit-node/invoice/models'

import { User } from '../db/sqlite/schemas/user.schema.js'
Expand Down

0 comments on commit c9916e9

Please sign in to comment.