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 0e996a1 commit 0e8d614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bssb_core_banking_asset/models/cb_asset_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def _prepare_data_core_banking(self):
"JENIS_TRANS": "0200",
"REK_KREDIT1": rek_credit,
"NOMINAL_KREDIT1": self.final_depreciation_amount,
"KET_KREDIT1": self.description,
"KET_KREDIT1": description,
"NOTLP_KREDIT1": "",
}
return data
Expand Down Expand Up @@ -485,7 +485,7 @@ def _send_2_core_banking(self, data):
Data: %s
Response: %s
"""
% (url, data, response.text)
% (url, data, (response.text + " status code " + success_code))
)
return self._set_response("success", msg_err)
except:
Expand Down

0 comments on commit 0e8d614

Please sign in to comment.