This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set url = 'https://api.moreapp.com/api/v1.0/customers' %} | |
{% set consumer_key = '[email protected]' %} | |
{% set consumer_secret = '80a7d446f2e328114994f057e72be827a419eba1' %} | |
{% set nonce = random(999)|md5|slice(0,8) %} | |
{% set time = 'now'|date('U') %} | |
<h1>Signature String</h1> | |
{% set sig_str = 'GET' ~ |