Skip to content

Commit

Permalink
fixed bug in cumulative in asanpardakht
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed Dec 31, 2023
1 parent 2bc2885 commit 50d4b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AsanPardakhtProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ protected function generateComplementaryOperation($method): bool

private function cumulativeData(): array
{
if ($this->getParameters('cumulative')) {
if ($this->getParameters('settlement_portions')) {
return [
'settlementPortions' => $this->getParameters('settlement_portions')
];
Expand Down

0 comments on commit 50d4b7a

Please sign in to comment.