Merge branch 'development' into 'devops-staging'

Development

See merge request empatnusabangsa/ppob/ppob-backend!166
This commit is contained in:
ilham dwi pratama 2022-05-21 08:21:39 +00:00
commit db3ecf1db2

View File

@ -51,7 +51,7 @@ export class PpobCallbackController {
async getMetro(@Req() request: FastifyRequest) { async getMetro(@Req() request: FastifyRequest) {
const response = request.query; const response = request.query;
if (response['message'].includes('CEK TAGIHAN')) { if (response['message'].toLowerCase().includes('cek tagihan')) {
if (response['status'] != 20) { if (response['status'] != 20) {
//TODO: UPDATE GAGAL //TODO: UPDATE GAGAL
await this.transactionService.updateBill( await this.transactionService.updateBill(