Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Apr 21, 2023
1 parent f7d60e9 commit fab04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -418,7 +418,7 @@ $pipeline->runningVariance($varianceForPaidOrders, static function (order $order
return null;
}

return $order->getTotal();
return $order->getProjectedTotal();
});
```

Expand Down

0 comments on commit fab04a3

Please sign in to comment.