Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
ajusta métdo de criar cobrança
Browse files Browse the repository at this point in the history
  • Loading branch information
peidrao committed Jul 16, 2024
1 parent a31916f commit ef87687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb_wrapper/wrapper/pix_cob.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def criar_cobranca(

url = self._construct_url("cob", end_bar=True)

response = self._put(url, data)
response = self._post(url, data)

self._injeta_qrcode_data(response, nome_recebedor)

Expand Down

0 comments on commit ef87687

Please sign in to comment.