We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d6f03 + f2208ef commit 353fadeCopy full SHA for 353fade
1 file changed
src/Entities/FeePlan.php
@@ -68,8 +68,8 @@ class FeePlan extends Base implements PaymentPlanInterface
68
/** @var int Percentage of lending rate in bps used to calculate the fee plan interest paid by the customer (100bps = 1%) */
69
public $customer_lending_rate;
70
71
- /** @var int Fixed fees in cents paid for by the customer */
72
- public $customer_fee_fixed;
+ /** @var int Fixed fees in cents paid for by the customer: Deprecated in the FeePlan*/
+ public $customer_fee_fixed = 0;
73
74
public function getDeferredDays()
75
{
0 commit comments