Skip to content

Commit 50d4b7a

Browse files
committed
fixed bug in cumulative in asanpardakht
1 parent 2bc2885 commit 50d4b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AsanPardakhtProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ protected function generateComplementaryOperation($method): bool
397397

398398
private function cumulativeData(): array
399399
{
400-
if ($this->getParameters('cumulative')) {
400+
if ($this->getParameters('settlement_portions')) {
401401
return [
402402
'settlementPortions' => $this->getParameters('settlement_portions')
403403
];

0 commit comments

Comments
 (0)