Manos Chorianopoulos

CouponBarcodeView fix

...@@ -131,7 +131,7 @@ extension CouponBarcodeView { ...@@ -131,7 +131,7 @@ extension CouponBarcodeView {
131 131
132 VStack(alignment: .center) { 132 VStack(alignment: .center) {
133 VStack { 133 VStack {
134 - Text("1A2C378") 134 + Text(coupon["coupon"] as? String ?? "")
135 .fontWeight(.bold) 135 .fontWeight(.bold)
136 .font(.system(size: 27)) 136 .font(.system(size: 27))
137 .foregroundColor(Color(red: 0.2549019607843137, green: 0.3333333333333333, blue: 0.39215686274509803)) 137 .foregroundColor(Color(red: 0.2549019607843137, green: 0.3333333333333333, blue: 0.39215686274509803))
......