Skip to content

Commit 7a2e4d8

Browse files
committed
Add birthday and business activity id to SplitMerchant as required for CPF
1 parent dff4875 commit 7a2e4d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

braspag_sdk/apps/split/data/split_merchant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def __init__(self, *, master_merchant_id):
4545
self.corporate_name = None
4646
self.document_number = None
4747
self.document_type = None
48+
self.birthday_date = None
49+
self.business_activity_id = None
4850
self.address = None
4951
self.bank_account = None
5052
self.agreements = None

0 commit comments

Comments
 (0)