Skip to content

Commit 5663891

Browse files
authored
change email to @example.com (#105)
1 parent 9f13ea6 commit 5663891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmpowerPlant/CartViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class CartViewController: UIViewController, UITableViewDelegate, UITableViewData
127127
// TODO: items
128128

129129
let json: [String: Any] = [
130-
"form": ["email":"will@chat.io"], // TODO: email update + check if all tx's+errors have email
130+
"form": ["email":"will@example.com"], // TODO: email update + check if all tx's+errors have email
131131
"cart": [
132132
"total": ShoppingCart.instance.total,
133133
"quantities": [

0 commit comments

Comments
 (0)