Skip to content

issues Search Results · repo:buserbrasil/santander-python-sdk language:Python

Filter by

9 results
 (101 ms)

9 results

inbuserbrasil/santander-python-sdk (press backspace or delete to remove)

As a continuation of the task where the payment flow was abstracted, we can now easily implement payment by boleto without violating DRY principles. This will likely result in a 30-line file and a few ...
  • darkdks
  • Opened 
    on Mar 12
  • #26

The bar code payment and Pix share the same transitional flow of steps. Currently, Pix handles this. To facilitate the implementation of bar code payment, a good solution to avoid DRY, is to extract the ...
  • darkdks
  • 2
  • Opened 
    on Feb 21
  • #23

Currently, when a transaction fails at the confirmation step, only the error is returned. It is useful to return the transaction ID to the upper layer even if the transaction was not completed, as it allows ...
  • darkdks
  • Opened 
    on Feb 21
  • #22

The current unit tests need to be refactored to better utilize pytest features. The proposal will improve maintainability, readability, efficiency and avoid DRY.
  • darkdks
  • 1
  • Opened 
    on Feb 21
  • #21

I ve configured it to automatically delete branches that have been merged, but you need to manually delete branches that exist and are no longer being used. It s important to keep the Git repository organized. ...
devx
  • avelino
  • 1
  • Opened 
    on Feb 21
  • #20

https://github.com/buserbrasil/santander-python-sdk/blob/b7844fe0bf44d259806e795aaf6c44fc270c635c/santander_sdk/api_client/abstract_client.py#L4 I couldn t understand the point of having an abstract class ...
brainstorming
devx
  • avelino
  • 1
  • Opened 
    on Feb 21
  • #19

https://github.com/buserbrasil/santander-python-sdk/blob/b7844fe0bf44d259806e795aaf6c44fc270c635c/santander_sdk/api_client/helpers.py#L65-L77 Assuming that the status will not be mutable, we can use enum ...
brainstorming
  • avelino
  • Opened 
    on Feb 21
  • #18

It s okay that the SDK is not official (initially created and maintained by Buser), but we need to provide visibility of Santander s official documentation for those who want to contribute (implement new ...
devx
documentation
  • avelino
  • 1
  • Opened 
    on Feb 21
  • #17

client = SantanderApiClient(SantanderClientConfiguration( client_id= client_id , client_secret= client_pk , cert= certificate_path , base_url= api_url , workspace_id= optional )) I understand ...
brainstorming
devx
  • avelino
  • 1
  • Opened 
    on Feb 21
  • #15
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub