Jeff Hilyard
Jeff Hilyard
As a starting point for further test automation, create some robot tests for the registration user interface.
See warning at: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_customsettings.htm Storing secrets like the encryption key, uPay-related secrets (validation key, etc.) is not considered good practice unless the custom setting is "protected" and within a managed...
Fixes https://kb.tableau.com/articles/issue/error-the-certificate-provided-is-not-valid-until-when-starting-tabpy issue: certificate not_before and not_after are naive datetimes in UTC, so the now variable should use datetime.utcnow() not datetime.now(). Currently anyone who installs TabPy and then creates a...