$purchaseAmount = #סכום רכישה#; $paidAmount = #הסכום ששולם#;
$result = $purchaseAmount – $paidAmount;
return $result;