- fix callback hemat
This commit is contained in:
		| @@ -137,7 +137,7 @@ export class PpobCallbackController { | ||||
|   async getHemat(@Req() request: FastifyRequest) { | ||||
|     const response = request.query; | ||||
|  | ||||
|     if (response['statuscode'] == 2) { | ||||
|     if (response['msg'] != 'Transaksi Sukses') { | ||||
|       //TODO: UPDATE GAGAL | ||||
|       await this.transactionService.checkCallbackOrderFailed( | ||||
|           response['clientid'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user