From 45bcd77fc20b76dd5a70f17178c5b1dc91e7dbf0 Mon Sep 17 00:00:00 2001 From: Jagannath Pandit <35166514+99jagannath@users.noreply.github.com> Date: Tue, 5 Oct 2021 02:19:35 +0530 Subject: [PATCH] update in the checkout process file --- notes/checkout_process.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notes/checkout_process.txt b/notes/checkout_process.txt index 59f389e..adc012f 100644 --- a/notes/checkout_process.txt +++ b/notes/checkout_process.txt @@ -4,10 +4,12 @@ Login/Register or Enter an Email (as Guest) Shipping Address Billing Info Billing Address + payment amount Credit Card / Payment Billing App/Component Billing Profile + payment amount User or Email (Guest Email) generate payment processor token (Stripe or Braintree) @@ -15,6 +17,7 @@ Orders / Invoices Component Connecting the Billing Profile Shipping / Billing Address Cart + payment amount Status -- Shipped? Cancelled? -Backup Fixtures python manage.py dumpdata products --format json --indent 4 > products/fixtures/products.json \ No newline at end of file +Backup Fixtures python manage.py dumpdata products --format json --indent 4 > products/fixtures/products.json