...
No Format |
---|
return computeTieredFee($quantity, $monthlyVolume, array( 500000 => '0.0015', 1000000 => '0.001', '' => '0.0006'), true); |
Non-Regressive Tiered Plan (Per Order w/ $2 tkt)
No Format |
---|
return bcadd(computeTieredFee($quantity, $monthlyVolume, array(
1000000 => '0.001',
'' => '0.00075'), false), 2);
|