gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Call to undefined function Osiset\ShopifyApp\createHmac() #1077

Closed haseebbutt1999 closed 2 years ago

haseebbutt1999 commented 2 years ago

In ossist version 16 it was working perfect. I have just upgraded it to 17 version and this error showing.

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Call to undefined function Osiset\ShopifyApp\createHmac() image

pengbo37877 commented 2 years ago

v17.1 has issue with usage charge

haseebtanveerbutt commented 2 years ago

v17.1 has issue with usage charge

So, is thier any solution to solve this issue ? or any alernative?

pengbo37877 commented 2 years ago

@haseebtanveerbutt there is no solution so far

inaryu commented 2 years ago

Hi @pengbo37877 Are you calling Osiset\ShopifyApp\createHmac() on your own somewhere in your process?

pengbo37877 commented 2 years ago

Hi @pengbo37877 Are you calling Osiset\ShopifyApp\createHmac() on your own somewhere in your process?

You can use Osiset\ShopifyApp\Util\createHmac() instead of Osiset\ShopifyApp\createHmac()

inaryu commented 2 years ago

@pengbo37877 Yes, since v17, createHmac() has been migrated to Util::createHmac() .

Kyon147 commented 2 years ago

As this is stale I'm going to close for now. Reopen if issue persists.