nyalex/shopify-generating-api-token-guide

shows undefined index

Opened this issue · 1 comments

$code = $_GET["code"];
$timestamp = $_GET["timestamp"];
$signature = $_GET["signature"];

the 'signature' param has been changed to 'hmac'