File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed
Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Installation
1010You don't need this source code unless you want to modify the package. If you just want use the Openpay Python bindings,
1111you should run:
1212
13+ pip install "setuptools<58.0"
1314 pip install openpay
1415
1516or
@@ -646,14 +647,17 @@ customer = openpay.Customer.create(
646647 name = " Juan" ,
647648 last_name = " Perez" ,
648649 email = " somebody@example.com" ,
649- address = {
650- " city" : " Bogotá" ,
651- " country_code" : " CO" ,
652- " postal_code" : " 76900" ,
653- " line1" : " bogota" ,
654- " line2" : " colombia" ,
655- " line3" : " col carrillo" ,
656- " state" : " Bogota"
650+ {
651+ " name" : " Pedro Diego" ,
652+ " last_name" : " Alatorre Martínez" ,
653+ " email" : " pedro.alatorre@comercio.com" ,
654+ " phone_number" : " 5744484951" ,
655+ " status" : " active" ,
656+ " customer_address" : {
657+ " department" : " Medellín" ,
658+ " city" : " Antioquía" ,
659+ " additional" : " Avenida 7f bis # 138-58 Apartamento 942"
660+ }
657661 },
658662 phone_number = " 7711234567"
659663)
Original file line number Diff line number Diff line change 1- 0.6
1+ 1.01
Original file line number Diff line number Diff line change 1- VERSION = '1.0 '
1+ VERSION = '1.01 '
You can’t perform that action at this time.
0 commit comments