Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 00ac478

Browse files
committed
Subscription/
2 parents 9349c43 + dc2be2f commit 00ac478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/energyos/espi/common/service/impl/ExportServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public void exportRetailCustomers(OutputStream stream, ExportFilter exportFilter
354354
// -- original Pivotal export function (used in pub/sub flow)
355355
@Override
356356
public void exportSubscription(String subscriptionHashedId, OutputStream stream, ExportFilter exportFilter) throws IOException {
357-
String hrefFragment = "/Subscription" + subscriptionHashedId;
357+
String hrefFragment = "/Subscription/" + subscriptionHashedId;
358358
exportEntriesFull(subscriptionService.findEntriesByHashedId(subscriptionHashedId), stream, exportFilter, hrefFragment);
359359
}
360360

0 commit comments

Comments
 (0)