@traxionpay/cbsmiddleware 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -683,7 +683,7 @@ let WelcomeBankService = class WelcomeBankService {
683
683
  data: { ...accountTransferDto }
684
684
  }, common_1.HttpStatus.BAD_REQUEST);
685
685
  }
686
- if (responseData.data.status === "99992") {
686
+ if (responseData.data.status === "99990") {
687
687
  throw new common_1.HttpException({
688
688
  statusCode: common_1.HttpStatus.BAD_REQUEST,
689
689
  code: 400020616,