fix(dashboard,js-sdk): fixes from rma flows testing (#8826)

This commit is contained in:
Riqwan Thamir
2024-08-28 10:59:36 +02:00
committed by GitHub
parent 2ee374fafc
commit c72b4847b9
15 changed files with 335 additions and 30 deletions
+1
View File
@@ -31,6 +31,7 @@ export class Order {
return await this.client.fetch<HttpTypes.AdminOrderPreviewResponse>(
`/admin/orders/${id}/preview`,
{
query,
headers,
}
)