I am trying to write this if statement here as a switch statement
if (value < 2500) { paystackFees = value * 0.015; }; if (paystackFees > 2000) { paystackFees = 2000 };
Aucun commentaire:
Enregistrer un commentaire