Commit fd56a40
fix: add missing /v1/ prefix in getEmbedUrl URL path (#645)
getEmbedUrl() builds the Embedded Card UI iframe URL via manual string
concatenation and was producing <baseUrl>/embed/card?... instead of
<baseUrl>/v1/embed/card?.... This is the same class of bug that was
fixed for getEmbedHtml() in commit 6659ab9, but getEmbedUrl() was
missed because it uses buildString rather than HttpRequest.builder()
with addPathSegments.1 parent 4b5460b commit fd56a40
File tree
2 files changed
+2
-2
lines changed- lithic-java-core/src/main/kotlin/com/lithic/api/services
- async
- blocking
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
0 commit comments