Skip to content

Commit

Permalink
[FIX] lcc_lokavaluto_app_connection: remove failed requests from
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphan Sainléger committed Oct 23, 2024
1 parent 8d04d8e commit c4702c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lcc_lokavaluto_app_connection/services/partner_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ def credit_requests(self, partner_credit_requests_get_param):
[("type", "in", backend_types)]
)
for wallet in wallets:
credit_request_list += self._get_credit_requests(
wallet, ["pending", "error"]
)
credit_request_list += self._get_credit_requests(wallet, ["pending"])
return credit_request_list

@restapi.method(
Expand Down

0 comments on commit c4702c6

Please sign in to comment.