Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -92,6 +92,12 @@ import AVFoundation | ... | @@ -92,6 +92,12 @@ import AVFoundation |
92 | 92 | ||
93 | toggleTerms() | 93 | toggleTerms() |
94 | 94 | ||
95 | + // Logs | ||
96 | + print("Coupon: " + (coupon?.coupon ?? "")) | ||
97 | + print("Coupon Name: " + (couponSetData?.name ?? "")) | ||
98 | + print("Coupon Description: " + (couponSetData?.short_description ?? "")) | ||
99 | + print("Coupon Expiration: " + (coupon?.expiration ?? "")) | ||
100 | + | ||
95 | } | 101 | } |
96 | 102 | ||
97 | // MARK: - Functions | 103 | // MARK: - Functions | ... | ... |
-
Please register or login to post a comment