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
I am using this SDK with laravel project. I am using api for creating virtual item. There is no document how to use with php and also request parameters are also different then mentioned in API reference of the official document. I somehow found the code from the source of the sdk. I did following code.
As you can see for the php SDK there is difference with API reference. Now I want to create virtual item which is Nonconsumable. I tried item_type=>'Consumable' , item_type=>Nonconsumable', is_consumable=>false' , but nothing seems working.
Please help me how to do that also where can I find proper documentation.
The text was updated successfully, but these errors were encountered:
I am using this SDK with laravel project. I am using api for creating virtual item. There is no document how to use with php and also request parameters are also different then mentioned in API reference of the official document. I somehow found the code from the source of the sdk. I did following code.
As you can see for the php SDK there is difference with API reference. Now I want to create virtual item which is Nonconsumable. I tried
item_type=>'Consumable'
,item_type=>Nonconsumable'
,is_consumable=>false'
, but nothing seems working.Please help me how to do that also where can I find proper documentation.
The text was updated successfully, but these errors were encountered: