* Follow OWASP best practices on CC presentation on checkout form See OWASP recommendations here: <https://www.owasp.org/index.php/Handling_E-Commerce_Payments#Displaying_portions_of_the_credit_card> * Use `input type=password` * Set `autocomplete="off"` * Change credit_card_number input type back to "text" |
||
---|---|---|
.. | ||
genproto | ||
money | ||
static/img/products | ||
templates | ||
.dockerignore | ||
.gitkeep | ||
Dockerfile | ||
genproto.sh | ||
Gopkg.lock | ||
Gopkg.toml | ||
handlers.go | ||
main.go | ||
middleware.go | ||
README.md | ||
rpc.go |
frontend
Run the following command to restore dependencies to vendor/
directory:
dep ensure --vendor-only