You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Call to undefined function Bigcommerce\Api\random_bytes() in /var/www/html/dazadi-admin/lib/vendor/bigcommerce/api/src/Bigcommerce/Api/Client.php on line 430
#209
Open
saqibtalib opened this issue
Aug 22, 2017
· 0 comments
Actually I'm using bigcommerce customer login API. When I'm calling the "getCustomerLoginToken" function it shows me "random_bytes()" undefined error. I know this function is in php 7.0 and for that I includes the "https://github.com/paragonie/random_compat" package but I'm still facing same issue.
So what should I do for it.
The text was updated successfully, but these errors were encountered:
bigcommerce-api-php/src/Bigcommerce/Api/Client.php
Line 429 in 01a42fe
Actually I'm using bigcommerce customer login API. When I'm calling the "getCustomerLoginToken" function it shows me "random_bytes()" undefined error. I know this function is in php 7.0 and for that I includes the "https://github.com/paragonie/random_compat" package but I'm still facing same issue.
So what should I do for it.
The text was updated successfully, but these errors were encountered: