notebookVB
This commit is contained in:
12
10 Tests/test.py
Normal file
12
10 Tests/test.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from vzpb2b_client import VZPB2BClient
|
||||
|
||||
client = VZPB2BClient(
|
||||
env="simu", # or "prod"
|
||||
pfx_path="mbcert.pfx",
|
||||
pfx_password="Vlado7309208104++",
|
||||
icz="00000000",
|
||||
dic="00000000"
|
||||
)
|
||||
|
||||
result_xml = client.over_prukaz_pojistence("80203111194350000001")
|
||||
print(result_xml)
|
||||
Reference in New Issue
Block a user