Skip to content

Commit 4ff1fd4

Browse files
author
Michael De Guzman
authored
fix(booking): fix request options for adding services (#646)
1 parent de01935 commit 4ff1fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/booking/Orders/Orders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ export class Orders extends Resource {
102102
this.request({
103103
method: 'POST',
104104
path: `${this.path}/${id}/services`,
105-
data: { options },
105+
data: options,
106106
})
107107
}

0 commit comments

Comments
 (0)