Roberto Tremonti

Results 4 issues of Roberto Tremonti

**What can it be used for?** Icon for [monday.com](https://monday.omnidea.it) cloud service. **SVG source** [SVG Logo](https://drive.google.com/a/omnidea.it/file/d/121maPa6z4rWN-ItJCswxTOvoAXMQVpLG/view?usp=sharing)

brand icon

`CURL_SSLVERSION_TLSv1` constant is not defined in PHP 5.3.29. You should define it if not available. ``` if (!defined('CURL_SSLVERSION_TLSv1')) { define('CURL_SSLVERSION_TLSv1', 1); } ```

By adding ``` response-content-disposition=attachment; filename=MY_FILE.JPG response-content-type=application/octet-stream ``` as GET parameters to `getAuthenticatedURL` and signing all it's possible to force the download of a file, instead of seeing in browser window...

When you create a payment, you need to set a `redirectUrl` parameter. Customer is redirected to that URL when purchase is completed. The same URL is used for `Back to...