-logs callback voca
This commit is contained in:
		| @@ -182,7 +182,9 @@ export class PpobCallbackController { | |||||||
|     console.log('responsevocagame', response); |     console.log('responsevocagame', response); | ||||||
|     if (response['status'] != 'Success') { |     if (response['status'] != 'Success') { | ||||||
|       //TODO: UPDATE GAGAL |       //TODO: UPDATE GAGAL | ||||||
|  |       console.log('responsevocagame1', response['status']) | ||||||
|       if (response['status'] != 'Processing') { |       if (response['status'] != 'Processing') { | ||||||
|  |         console.log('responsevocagame2', response['status']) | ||||||
|         await this.transactionService.checkCallbackOrderFailed( |         await this.transactionService.checkCallbackOrderFailed( | ||||||
|             response['reference'], |             response['reference'], | ||||||
|             response, |             response, | ||||||
| @@ -190,7 +192,9 @@ export class PpobCallbackController { | |||||||
|       } |       } | ||||||
|     } else { |     } else { | ||||||
|       //TODO: UPDATE BERHASIL |       //TODO: UPDATE BERHASIL | ||||||
|  |       console.log('responsevocagame3', response['status']) | ||||||
|       if (response['status'] != 'Processing') { |       if (response['status'] != 'Processing') { | ||||||
|  |         console.log('responsevocagame4', response['status']) | ||||||
|         await this.transactionService.checkCallbackOrderSuccess( |         await this.transactionService.checkCallbackOrderSuccess( | ||||||
|             response['reference'], |             response['reference'], | ||||||
|             response, |             response, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user