Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- “Read the code, didn’t see anything odd.”
- if (isCodeValid(promo_code) || !isCodeValid(promo_code))
- {
- addPromoToCart();
- displayPromoError();
- }
- else
- {
- addPromoToCart();
- displayPromoError();
- }
- Someone needs a new pair of glasses.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement