如何在PHP中集成google Checkout API


How to integrate google Checkout API in PHP

我正在尝试将Google Checkout API集成到PHP中。我需要从表单中发送一些输入值,如商品名称、商品价格、商品数量到谷歌结账。

请给我一些链接或代码来解决它…

$item_1 = new GoogleItem($item,      // Item name
                           $itemdesc, // Item      description
                           $total_count, // Quantity
                           10); // Unit price

谷歌提供了样本代码,当我搜索它时很容易找到