bug fix: imports

master
Steve Nyemba 9 months ago
parent 4ca48269fd
commit 33a421dd80

@ -1,3 +1,3 @@
__name__="store" __name__="store"
__version__="1.0" __version__="1.1"
__author__="steve@the-phi.com" __author__="steve@the-phi.com"

@ -1,3 +1,4 @@
import stripe
def customer(email:str) : def customer(email:str) :
""" """
This function returns a customer given an email This function returns a customer given an email

@ -1,3 +1,4 @@
import stripe
def customer(email:str,name:str): def customer(email:str,name:str):
""" """
:email customer's email :email customer's email

Loading…
Cancel
Save