mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
provider fee statement tweak
This commit is contained in:
parent
7f104c9858
commit
30b654975a
@ -236,11 +236,7 @@ export async function handleComputeOrder(
|
|||||||
try {
|
try {
|
||||||
// Return early when valid order is found, and no provider fees
|
// Return early when valid order is found, and no provider fees
|
||||||
// are to be paid
|
// are to be paid
|
||||||
if (
|
if (initializeData?.validOrder && !initializeData.providerFee) {
|
||||||
initializeData?.validOrder &&
|
|
||||||
(!initializeData.providerFee ||
|
|
||||||
initializeData?.providerFee?.providerFeeAmount === '0')
|
|
||||||
) {
|
|
||||||
LoggerInstance.log(
|
LoggerInstance.log(
|
||||||
'[compute] Has valid order: ',
|
'[compute] Has valid order: ',
|
||||||
initializeData.validOrder
|
initializeData.validOrder
|
||||||
|
Loading…
Reference in New Issue
Block a user