Skip to content

Commit 353fade

Browse files
authored
Merge pull request #195 from alma/refactor/COFI-3132-customer-fee-fixed-default-value
Refactor: deprecated customer_fee_fixed
2 parents 77d6f03 + f2208ef commit 353fade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Entities/FeePlan.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class FeePlan extends Base implements PaymentPlanInterface
6868
/** @var int Percentage of lending rate in bps used to calculate the fee plan interest paid by the customer (100bps = 1%) */
6969
public $customer_lending_rate;
7070

71-
/** @var int Fixed fees in cents paid for by the customer */
72-
public $customer_fee_fixed;
71+
/** @var int Fixed fees in cents paid for by the customer: Deprecated in the FeePlan*/
72+
public $customer_fee_fixed = 0;
7373

7474
public function getDeferredDays()
7575
{

0 commit comments

Comments
 (0)