Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserqureshi1 committed Nov 6, 2021
1 parent d8c2383 commit 3ef454e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
class Options:
CHROME_DRIVER_PATH = ''

class ProductDetails:
KEYWORDS = "Script Logos"
COLOUR = "Tan"
SIZE = "Medium"
KEYWORDS = ""
COLOUR = ""
SIZE = ""

class UserDetails:
NAME = ""
Expand All @@ -16,6 +19,6 @@ class UserDetails:
class PaymentDetails:
CARD_NUMBER = ""
CVV = ""
CARD_TYPE = "" # Ensure card type is either "Visa", "American Express", "Mastercard" or "Solo"
CARD_TYPE = "Credit Card"
EXP_MONTH = "" # Two digit month (i.e. January is "01")
EXP_YEAR = "" # Four digit year (2020)

0 comments on commit 3ef454e

Please sign in to comment.