@bity/data-stores
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -111,5 +111,10 @@ import { DIRECTIONS } from '@bity/models/data/currencies'; | ||
return bityApiClient.fetchEstimateForOrder(order); | ||
return bityApiClient.fetchEstimateForOrder(order).then(order => { | ||
// Since backend doesnt return this (and maybe never will), set it | ||
// based on our original selection | ||
order.directionToBasePriceOn = directionToBasePriceOn; | ||
return order; | ||
}); | ||
} | ||
export { reducer, daemon, hasData, getData, isDataLoading, addDataListener, removeDataListener }; |
{ | ||
"name": "@bity/data-stores", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10331
400