We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53feb90 commit 2c7b551Copy full SHA for 2c7b551
2 files changed
package.json
@@ -16,7 +16,7 @@
16
"dotenv": "^8.2.0",
17
"ejs": "^3.0.1",
18
"express": "^4.17.1",
19
- "fintecture-client": "^2.0.1",
+ "fintecture-client": "^2.0.2",
20
"path": "^0.12.7",
21
"qrcode": "^1.4.4"
22
}
views/pis-connect/index.ejs
@@ -38,7 +38,7 @@
38
<div class="form-group">
39
<label for="Scheme">* Scheme</label>
40
<select name="scheme">
41
- <option value="auto">Auto</option>
+ <option value="AUTO">Auto</option>
42
<option value="SEPA">SEPA</option>
43
<option value="INSTANT_SEPA">INST</option>
44
</select>
0 commit comments