Spaces:
Sleeping
Sleeping
Update app.js
Browse files
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 |
};
|