Skip to content

Commit

Permalink
Fix syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aron123 authored Mar 19, 2024
1 parent c5d7aaf commit 687ddcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ To finish a pending reservation, use the ``finishReservation`` function. [[Bario
##### With callback
```js
barion.finishReservation({
PaymentId: '15c1071df3ea4289996ead6ae17'
PaymentId: '15c1071df3ea4289996ead6ae17',
Transactions: [
{
TransactionId: 'c9daac12c9154ce3a0c6a1a3',
Expand All @@ -308,7 +308,7 @@ barion.finishReservation({
##### With promise
```js
barion.finishReservation({
PaymentId: '15c1071df3ea4289996ead6ae17'
PaymentId: '15c1071df3ea4289996ead6ae17',
Transactions: [
{
TransactionId: 'c9daac12c9154ce3a0c6a1a3',
Expand Down

0 comments on commit 687ddcc

Please sign in to comment.