Skip to content

Commit

Permalink
[UPD] bssb_core_banking_asset
Browse files Browse the repository at this point in the history
* Hanya respon 00 yang dibuat done
* Perubahan format nomor akun yang dikirim
  • Loading branch information
andhit-r committed Jan 3, 2025
1 parent e59fc2a commit 0e996a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bssb_core_banking_asset/models/cb_asset_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def _send_2_core_banking(self, data):
Data: %s
Response: %s
"""
% (url, data, response.text)
% (url, data, (response.text + " " + success_code))
)
return self._set_response("success", msg_err)
else:
Expand Down

0 comments on commit 0e996a1

Please sign in to comment.