We've deprecated both privacy-policy-url
and terms-url
in the capsule-info.bxb
file. You should instead define the appropriate documents in your legal.bxb
file instead.
Deprecated:
capsule-info {
privacy-policy-url (https://my-capsule.com/privacy-policy)
terms-url (https://my-capsule.com/TandC)
...
}
New:
legal {
country-documents {
store-country(US)
privacy-policy {
url(https://my-capsule.com/privacy-policy)
}
terms-and-conditions {
url(https://my-capsule.com/TandC)
}
...
}
...
}
Learn more about the deprecation stages.
Copyright 2024 Samsung All rights reserved