diff options
Diffstat (limited to 'billing/app/views/subscriptions/create.html.haml')
-rw-r--r-- | billing/app/views/subscriptions/create.html.haml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/billing/app/views/subscriptions/create.html.haml b/billing/app/views/subscriptions/create.html.haml new file mode 100644 index 0000000..e0585ab --- /dev/null +++ b/billing/app/views/subscriptions/create.html.haml @@ -0,0 +1,8 @@ +- if @result.success? + %h1 + Subscription Status + = @result.subscription.status +- else + %h1 + Error: + = @result.message
\ No newline at end of file |