Skip to content

Commit

Permalink
feat: Add debit transaction values
Browse files Browse the repository at this point in the history
Co-authored-by: Reynaldo Tadeu Lourenço Mansi <[email protected]>
  • Loading branch information
andreroggeri and 3t1n authored Aug 4, 2020
1 parent 2823169 commit 641082d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pynubank/nubank.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
'DebitPurchaseEvent',
'DebitPurchaseReversalEvent',
'BillPaymentEvent',
'DebitWithdrawalFeeEvent',
'DebitWithdrawalEvent'
)


Expand Down
6 changes: 6 additions & 0 deletions pynubank/queries/account_feed.gql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
... on BarcodePaymentEvent {
amount
}
... on DebitWithdrawalFeeEvent {
amount
}
... on DebitWithdrawalEvent {
amount
}
}
}
}
Expand Down

0 comments on commit 641082d

Please sign in to comment.