Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
		| @@ -174,7 +174,7 @@ export class TransactionService { | |||||||
|         throw new HttpException( |         throw new HttpException( | ||||||
|             { |             { | ||||||
|               statusCode: HttpStatus.INTERNAL_SERVER_ERROR, |               statusCode: HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|               error: `Transaction Failed because saldo not enough`, |               error: `Transaction failed due to insufficient balance`, | ||||||
|             }, |             }, | ||||||
|             HttpStatus.INTERNAL_SERVER_ERROR, |             HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|         ); |         ); | ||||||
| @@ -282,7 +282,7 @@ export class TransactionService { | |||||||
|       throw new HttpException( |       throw new HttpException( | ||||||
|           { |           { | ||||||
|             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, |             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|             error: `Transaction Failed because saldo not enough`, |             error: `Transaction failed due to insufficient balance`, | ||||||
|           }, |           }, | ||||||
|           HttpStatus.INTERNAL_SERVER_ERROR, |           HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|       ); |       ); | ||||||
| @@ -431,7 +431,7 @@ export class TransactionService { | |||||||
|       throw new HttpException( |       throw new HttpException( | ||||||
|           { |           { | ||||||
|             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, |             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|             error: `Transaction Failed because saldo not enough`, |             error: `Transaction failed due to insufficient balance`, | ||||||
|           }, |           }, | ||||||
|           HttpStatus.INTERNAL_SERVER_ERROR, |           HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|       ); |       ); | ||||||
| @@ -606,7 +606,7 @@ export class TransactionService { | |||||||
|         throw new HttpException( |         throw new HttpException( | ||||||
|             { |             { | ||||||
|               statusCode: HttpStatus.INTERNAL_SERVER_ERROR, |               statusCode: HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|               error: `Transaction Failed because saldo not enough`, |               error: `Transaction failed due to insufficient balance`, | ||||||
|             }, |             }, | ||||||
|             HttpStatus.INTERNAL_SERVER_ERROR, |             HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|         ); |         ); | ||||||
| @@ -853,7 +853,7 @@ export class TransactionService { | |||||||
|       throw new HttpException( |       throw new HttpException( | ||||||
|           { |           { | ||||||
|             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, |             statusCode: HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|             error: `Transaction Failed because saldo not enough`, |             error: `Transaction failed due to insufficient balance`, | ||||||
|           }, |           }, | ||||||
|           HttpStatus.INTERNAL_SERVER_ERROR, |           HttpStatus.INTERNAL_SERVER_ERROR, | ||||||
|       ); |       ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user