15/09/22 - 15h00
parent
a23d8e30ec
commit
93da5eff3b
|
@ -685,7 +685,7 @@ def update_partner_account(diction):
|
||||||
if tmp[0]['adr_city']:
|
if tmp[0]['adr_city']:
|
||||||
my_stripe_data['city'] = str(tmp[0]['adr_city'])
|
my_stripe_data['city'] = str(tmp[0]['adr_city'])
|
||||||
|
|
||||||
my_stripe_data['name'] = "str(tmp[0]['adr_country'])"
|
my_stripe_data['country'] = ""
|
||||||
if ("adr_country" in tmp[0].keys()):
|
if ("adr_country" in tmp[0].keys()):
|
||||||
if tmp[0]['adr_country']:
|
if tmp[0]['adr_country']:
|
||||||
my_stripe_data['country'] = str(tmp[0]['adr_country'])
|
my_stripe_data['country'] = str(tmp[0]['adr_country'])
|
||||||
|
@ -769,7 +769,7 @@ def valide_partnair_account(value):
|
||||||
my_stripe_data['city'] = str(tmp[0]['adr_city'])
|
my_stripe_data['city'] = str(tmp[0]['adr_city'])
|
||||||
|
|
||||||
|
|
||||||
my_stripe_data['name'] = "str(tmp[0]['adr_country'])"
|
my_stripe_data['adr_country'] = ""
|
||||||
if ("adr_country" in tmp[0].keys()):
|
if ("adr_country" in tmp[0].keys()):
|
||||||
if tmp[0]['adr_country']:
|
if tmp[0]['adr_country']:
|
||||||
my_stripe_data['country'] = str(tmp[0]['adr_country'])
|
my_stripe_data['country'] = str(tmp[0]['adr_country'])
|
||||||
|
|
|
@ -137,6 +137,7 @@ def get_customer_payement_cards(diction):
|
||||||
)
|
)
|
||||||
|
|
||||||
print(" ### customer_payments = "+str(customer_payments))
|
print(" ### customer_payments = "+str(customer_payments))
|
||||||
|
#print(" ### a retourern "+str(customer_payments['last4'])+" --- ") #+str(customer_payments.exp_year)+" --- "+str(customer_payments.exp_month)+" --- ")
|
||||||
|
|
||||||
return True
|
return True
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in New Issue