Skip to content

Commit

Permalink
add attribute account_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Pedroso committed Aug 12, 2021
1 parent c5daf88 commit a750219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/credentials.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
dynamic CREDENTIALS = {
'client_id': '',
'client_secret': '',
'sandbox': false,
'account_id': '',
'sandbox': true,
'pix_cert': '',
'pix_private_key': ''
};

0 comments on commit a750219

Please sign in to comment.