print emails
diff --git a/update_urls.py b/update_urls.py
index cb1e6d8..8af8bd2 100644
--- a/update_urls.py
+++ b/update_urls.py
@@ -5,6 +5,7 @@
 for checkout in checkouts:
     if checkout['payment_status'] == 'paid':
         if 'github' in checkout['metadata']:
+            print(checkout['metadata']['github'], checkout['customer_details']['email'])
             git_urls.append(checkout['metadata']['github'])
 
 git_urls.reverse()