Skip to content

Commit

Permalink
feat: added sales_channel_id to payment methods fillters
Browse files Browse the repository at this point in the history
  • Loading branch information
demtario committed Aug 13, 2024
1 parent c6224fa commit 7b85cf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/api/modules/paymentMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ interface PaymentMethodsParams extends PaginationParams {
* Returns only payment methods that are available for the given shipping method
*/
shipping_method_id?: UUID
/**
* Returns only payment methods that are available for the given sales channel
*/
sales_channel_id?: UUID
/**
* Returns only payment methods that are available for the given order.
* If order is already paid, returns empty array.
Expand Down

0 comments on commit 7b85cf6

Please sign in to comment.