Skip to content

Commit 26001eb

Browse files
feat(vendor): remove prefix from custom vendor id (#9)
1 parent 96aeeb8 commit 26001eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/didomi/sampleappjava/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private void loadVendor() {
7070
return;
7171
}
7272

73-
String vendorId = "c:customven-gPVkJxXD";
73+
String vendorId = "customven-gPVkJxXD";
7474
CurrentUserStatus.VendorStatus vendor = status.getVendors().get(vendorId);
7575
boolean isVendorEnabled;
7676
if (vendor == null) {

0 commit comments

Comments
 (0)