We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3be72 commit 1a0fcb5Copy full SHA for 1a0fcb5
README.md
@@ -83,6 +83,12 @@ eCommerce application based on the microservices architecture built using Spring
83
docker images -a | grep -E "ecommerce|none" | awk '{print $3}' | xargs docker rmi -f
84
```
85
86
+**Payment Service Test Details:**
87
+
88
+Credit card no.: 4242 4242 4242 4242
89
+Expiry: Any future date
90
+CVV: Any 3-digit number
91
92
**Steps to deploy on Heroku using docker-compose:**
93
94
1. create heroku.yml as docker-compose.yml is not invoked on Heroku.
0 commit comments