Skip to content

Commit ef05878

Browse files
author
samuel.coelho
committed
Remove old context string
1 parent 8fe8243 commit ef05878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

santander_sdk/transfer_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_payment(self, data: dict) -> SantanderResponse:
4141
def ensure_ready_to_pay(self, confirm_data) -> None:
4242
payment_status = confirm_data.get("status")
4343
if payment_status != "READY_TO_PAY":
44-
self.client.logger.info("PIX is not ready for payment", payment_status)
44+
self.client.logger.info("Payment is not ready for payment", payment_status)
4545
self._payment_status_polling(
4646
payment_id=confirm_data.get("id"),
4747
until_status=["READY_TO_PAY"],

0 commit comments

Comments
 (0)