Skip to content

Commit

Permalink
add missing dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Feb 21, 2024
1 parent 342cedd commit 7d1f025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/orders/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ export interface OrderLinks extends Links {
* @see https://docs.mollie.com/reference/v2/orders-api/get-order?path=_links/checkout#response
*/
checkout?: Url;
/**
* Direct link to the order in the Mollie Dashboard.
*
* @see https://docs.mollie.com/reference/v2/orders-api/get-order?path=_links/dashboard#response
*/
dashboard?: Url;
}

export enum OrderStatus {
Expand Down

0 comments on commit 7d1f025

Please sign in to comment.