Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -126,7 +126,8 @@ import AVFoundation | ... | @@ -126,7 +126,8 @@ import AVFoundation |
126 | couponNumberLabel.text = coupon?._barcode ?? "" | 126 | couponNumberLabel.text = coupon?._barcode ?? "" |
127 | couponView.frame = CGRect(x: 0.0, y: 0.0, width: couponView.intrinsicContentSize.width, height: 55) | 127 | couponView.frame = CGRect(x: 0.0, y: 0.0, width: couponView.intrinsicContentSize.width, height: 55) |
128 | 128 | ||
129 | - let barcodeString = constructBarcode(coupon: coupon) ?? "" | 129 | +// let barcodeString = constructBarcode(coupon: coupon) ?? "" |
130 | + let barcodeString = coupon?._barcode ?? "" | ||
130 | barcodeLabel.text = barcodeString | 131 | barcodeLabel.text = barcodeString |
131 | 132 | ||
132 | // Uncomment if Barcode Section is active again | 133 | // Uncomment if Barcode Section is active again | ... | ... |
-
Please register or login to post a comment