some comments
This commit is contained in:
@@ -34,7 +34,7 @@ def get_contacts(rower):
|
||||
|
||||
return None
|
||||
|
||||
|
||||
# this should be triggered on braintree payment
|
||||
def create_contact(rower):
|
||||
post_data = {
|
||||
"name": str(rower),
|
||||
@@ -58,8 +58,7 @@ def create_contact(rower):
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
# this should be triggered by a Braintree webhook
|
||||
def create_invoice(rower,amount,braintreeid,send=False):
|
||||
|
||||
r_id = get_contacts(rower)
|
||||
|
||||
Reference in New Issue
Block a user