We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
При вводе захардкоженного номера карты 4444 4444 4444 4442 вместо записи "DECLINED" в БД PostgreSQL запись "null"
git clone https://github.com/IrinaVasilenko88/Diploma-QA-11.git
docker-compose up -d --force-recreate
java -Dspring.datasource.url=jdbc:postgresql://localhost:5432/app -jar artifacts/aqa-shop.jar
http://localhost:8080/
В БД запись DECLINED
В Бд запись null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Описание проблемы
При вводе захардкоженного номера карты 4444 4444 4444 4442 вместо записи "DECLINED" в БД PostgreSQL запись "null"
Шаги по воспроизведению
git clone https://github.com/IrinaVasilenko88/Diploma-QA-11.git
docker-compose up -d --force-recreate
java -Dspring.datasource.url=jdbc:postgresql://localhost:5432/app -jar artifacts/aqa-shop.jar
http://localhost:8080/
Ожидаемый результат
В БД запись DECLINED
Фактический результат
В Бд запись null
Скриншот
Программное окружение:
The text was updated successfully, but these errors were encountered: