From dbd09966553e2fa64211b89f8fae64ddd1e822ca Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 25 Mar 2013 14:21:29 -0700 Subject: Needs much work, but basic start to recurring payments. --- billing/app/views/subscription/new.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 billing/app/views/subscription/new.html.haml (limited to 'billing/app/views') diff --git a/billing/app/views/subscription/new.html.haml b/billing/app/views/subscription/new.html.haml new file mode 100644 index 0000000..d94c235 --- /dev/null +++ b/billing/app/views/subscription/new.html.haml @@ -0,0 +1,4 @@ +%h1 + Subscribe to plan +- if @result #todo + = @result -- cgit v1.2.3