fix 'taler+http://' interpretation
This commit is contained in:
parent
aff5ee6b80
commit
7008de598d
@ -99,6 +99,9 @@ export function classifyTalerUri(s: string): TalerUriType {
|
||||
if (sl.startsWith("taler://withdraw/")) {
|
||||
return TalerUriType.TalerWithdraw;
|
||||
}
|
||||
if (sl.startsWith("taler+http://withdraw/")) {
|
||||
return TalerUriType.TalerWithdraw;
|
||||
}
|
||||
if (sl.startsWith("taler://notify-reserve/")) {
|
||||
return TalerUriType.TalerNotifyReserve;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user