Handled stripe payment errors , Added invoice template, Added view to handle invoice data
This commit is contained in:
		
					parent
					
						
							
								fdf8722c8f
							
						
					
				
			
			
				commit
				
					
						e7c8258427
					
				
			
		
					 5 changed files with 202 additions and 16 deletions
				
			
		|  | @ -1,7 +1,8 @@ | |||
| from django.conf.urls import url | ||||
| 
 | ||||
| from .views import DjangoHostingView, RailsHostingView, PaymentVMView, \ | ||||
|                     NodeJSHostingView, LoginView, SignupView, IndexView | ||||
|                     NodeJSHostingView, LoginView, SignupView, IndexView, \ | ||||
|                     InvoiceVMView  | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'index/?$', IndexView.as_view(), name='index'), | ||||
|  | @ -11,4 +12,5 @@ urlpatterns = [ | |||
|     url(r'login/?$', LoginView.as_view(),  name='login'), | ||||
|     url(r'signup/?$', SignupView.as_view(), name='signup'), | ||||
|     url(r'payment/?$', PaymentVMView.as_view(), name='payment'), | ||||
|     url(r'invoice/?$', InvoiceVMView.as_view(), name='invoice'), | ||||
| ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue