Skip to content

Commit 659035e

Browse files
authored
Merge pull request #128 from magebitcom/feature/MB-24607
Disable downpayment
2 parents bb1a323 + 8dc57ff commit 659035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/InstallmentHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function getCurrencyCode(): string
454454
*/
455455
public function allowDownPayment(): bool
456456
{
457-
return $this->dataHelper->getApiType() === Data::API_ENDPOINT_SLOVENIA;
457+
return false;
458458
}
459459

460460
/**

0 commit comments

Comments
 (0)