store.purchaseItem

Introduction

Get a URL to buy an item from the NewHaze developer's store.

Parameters

Name Type Description
item_id int The ID for the item to purchase
return_url string The URL to return to after the purchase has been made

Using the PHP Library

<?php
$response
=$newhaze->api->store_purchaseItem($item_id, $return_url);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help