Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2023-02-06 17:42:27 +07:00
commit be65552335

View File

@ -174,7 +174,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
error: `Transaction Failed because saldo not enough`,
error: `Transaction failed due to insufficient balance`,
},
HttpStatus.INTERNAL_SERVER_ERROR,
);
@ -282,7 +282,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
error: `Transaction Failed because saldo not enough`,
error: `Transaction failed due to insufficient balance`,
},
HttpStatus.INTERNAL_SERVER_ERROR,
);
@ -431,7 +431,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
error: `Transaction Failed because saldo not enough`,
error: `Transaction failed due to insufficient balance`,
},
HttpStatus.INTERNAL_SERVER_ERROR,
);
@ -606,7 +606,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
error: `Transaction Failed because saldo not enough`,
error: `Transaction failed due to insufficient balance`,
},
HttpStatus.INTERNAL_SERVER_ERROR,
);
@ -853,7 +853,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
error: `Transaction Failed because saldo not enough`,
error: `Transaction failed due to insufficient balance`,
},
HttpStatus.INTERNAL_SERVER_ERROR,
);