Rammohan0504 commited on
Commit
b228955
·
verified ·
1 Parent(s): 5bd4d70

Update Cart_Page.py

Browse files
Files changed (1) hide show
  1. Cart_Page.py +1 -1
Cart_Page.py CHANGED
@@ -4,7 +4,7 @@ from salesforce import get_salesforce_connection # Import the function to get S
4
 
5
 
6
  # Create a Blueprint for the menu page
7
- menu_page = Blueprint('cart_page', __name__)
8
  print("Cart page is connected")
9
 
10
  # Initialize Salesforce connection in Menu_page.py
 
4
 
5
 
6
  # Create a Blueprint for the menu page
7
+ cart_page = Blueprint('cart_page', __name__)
8
  print("Cart page is connected")
9
 
10
  # Initialize Salesforce connection in Menu_page.py