Skip to content

Commit 4eb4893

Browse files
committed
typo
1 parent 045feaa commit 4eb4893

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

barte/client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,3 @@ def get_installments(
236236
return [
237237
from_dict(data_class=InstallmentOption, data=item) for item in json_response
238238
]
239-
240-
241-
if __name__ == "__main__":
242-
client = BarteClient(
243-
api_key="d0c0a8a1-3b74-4f68-8483-8310a303aa8f",
244-
environment="sandbox",
245-
)
246-
247-
client.partial_refund_charge(
248-
charge_id="30795ecb-9050-4f41-9081-e12419c0511b",
249-
value=101,
250-
)

0 commit comments

Comments
 (0)