@heseya/store-core
Advanced tools
Comparing version 8.0.0-beta.11 to 8.0.0-beta.12
@@ -22,3 +22,3 @@ import { UUID } from './UUID'; | ||
billing_address: Address; | ||
shipping_adresses: OrganizationSavedAddressCreateDto[]; | ||
shipping_addresses: OrganizationSavedAddressCreateDto[]; | ||
consents: OrganizationConsentDto; | ||
@@ -25,0 +25,0 @@ creator_email: string; |
@@ -11,2 +11,6 @@ import { CrudService, ServiceFactory } from '../types/Service'; | ||
/** | ||
* 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. | ||
@@ -13,0 +17,0 @@ * If order is already paid, returns empty array. |
{ | ||
"name": "@heseya/store-core", | ||
"version": "8.0.0-beta.11", | ||
"version": "8.0.0-beta.12", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1033539
9390