Skip to content

Commit 2c7b551

Browse files
committed
adding scheme support
1 parent 53feb90 commit 2c7b551

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dotenv": "^8.2.0",
1717
"ejs": "^3.0.1",
1818
"express": "^4.17.1",
19-
"fintecture-client": "^2.0.1",
19+
"fintecture-client": "^2.0.2",
2020
"path": "^0.12.7",
2121
"qrcode": "^1.4.4"
2222
}

views/pis-connect/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="form-group">
3939
<label for="Scheme">* Scheme</label>
4040
<select name="scheme">
41-
<option value="auto">Auto</option>
41+
<option value="AUTO">Auto</option>
4242
<option value="SEPA">SEPA</option>
4343
<option value="INSTANT_SEPA">INST</option>
4444
</select>

0 commit comments

Comments
 (0)