Skip to content

Commit

Permalink
feat(payment-service): add item id
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Oct 4, 2023
1 parent 585ff88 commit 380d67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/payment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ export const createInvoice = async (amount: number, user: User) => {
},
item_details: [
{
id: 'SALDO',
name: 'Saldo KBBI Bot',
quantity: amount,
price: 1000,
},
{
id: 'ADMIN_FEE',
name: 'Biaya Admin',
quantity: 1,
price: price.adminFee,
Expand Down

0 comments on commit 380d67c

Please sign in to comment.