Pepguy commited on
Commit
f3f85e1
·
verified ·
1 Parent(s): a7f83b5

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +0 -3
app.js CHANGED
@@ -597,9 +597,6 @@ app.post('/create-payment-link', express.json(), async (req, res) => {
597
  metadata: {
598
  userId: String(userId),
599
  },
600
- customer.metadata: {
601
- userId: String(userId),
602
- },
603
  collect_phone,
604
  fixed_amount,
605
  };
 
597
  metadata: {
598
  userId: String(userId),
599
  },
 
 
 
600
  collect_phone,
601
  fixed_amount,
602
  };