diff --git a/meta/__init__.py b/meta/__init__.py index b89b21f..a46392e 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1,3 +1,3 @@ __name__="store" -__version__="1.0" +__version__="1.1" __author__="steve@the-phi.com" diff --git a/store/get/__init__.py b/store/get/__init__.py index 246ccaa..4d234a7 100644 --- a/store/get/__init__.py +++ b/store/get/__init__.py @@ -1,3 +1,4 @@ +import stripe def customer(email:str) : """ This function returns a customer given an email diff --git a/store/set/__init__.py b/store/set/__init__.py index 7d6c246..f9a26f1 100644 --- a/store/set/__init__.py +++ b/store/set/__init__.py @@ -1,3 +1,4 @@ +import stripe def customer(email:str,name:str): """ :email customer's email