Skip to content

Commit b722fdb

Browse files
committed
docs: format
1 parent 68bb325 commit b722fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const url = robokassa.generatePaymentUrl({
5858
],
5959
},
6060
});
61-
6261
```
6362

6463
JavaScript:
@@ -98,7 +97,7 @@ app.post('/payment/result', function (req: Request, res: Response) {
9897
if (robokassa.checkPayment(robokassaResponse)) {
9998
console.log('Successful payment!');
10099

101-
const { InvId, /* OutSum, shp_interface, ...etc */ } = robokassaResponse;
100+
const { InvId /* OutSum, shp_interface, ...etc */ } = robokassaResponse;
102101

103102
// Обязательно вернуть ответ Робокассе в формате `OK[InvId]` при успешной обработке запроса.
104103
res.send(`OK${InvId}`);

0 commit comments

Comments
 (0)