$contractPurchase = 1; $received = 1;
if ($contractPurchase == 1) { if ($received == 1) { return “תקין”; } else { return “חסר”; } }