如何在PHP中集成Google Checkout API

时间:2012-09-11 11:18:13

标签: php google-api

我正在尝试在PHP中集成Google Checkout API。我需要从项目名称,商品价格,商品数量等形式向Google Checkout发送一些输入值。

请建议我一些链接或代码来解决它......

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

1 个答案:

答案 0 :(得分:0)

Google offers sample code在搜索时很容易找到