Showing
2 changed files
with
2 additions
and
1 deletions
No preview for this file type
| ... | @@ -212,7 +212,8 @@ import AVFoundation | ... | @@ -212,7 +212,8 @@ import AVFoundation |
| 212 | for i in 0 ..< loops { | 212 | for i in 0 ..< loops { |
| 213 | zerosStr += "0" | 213 | zerosStr += "0" |
| 214 | } | 214 | } |
| 215 | - fixedCouponCode = zerosStr + fixedCouponCode; | 215 | + // fixedCouponCode = zerosStr + fixedCouponCode; |
| 216 | + fixedCouponCode = fixedCouponCode + zerosStr; | ||
| 216 | } | 217 | } |
| 217 | 218 | ||
| 218 | var multiplier = 3; | 219 | var multiplier = 3; | ... | ... |
-
Please register or login to post a comment