-
Notifications
You must be signed in to change notification settings - Fork 3
Breaking Changes
Uladzimir Herasimionak edited this page Jun 28, 2017
·
3 revisions
-
IPluginAnonymous
(both plain and JSON):SingUp
andSingIn
methods renamed toSignUp
andSignIn
respectively.
-
IPluginOrder.PostOrders
: Type of parametertoLocales
changed fromstring
toIEnumerable<string>
. -
IPluginOrder.PostOrders
: Type of parameteritems
changed fromstring
toIDictionary<string, IItem>
. -
IPlatformOrder.List
: Return type changed fromIOneSkyResponse<IMetaList, IOrderPlatformEntry>
toIOneSkyResponse<IMetaList, IEnumerable<IOrderPlatformEntry>>
.
None.