【问题标题】:How to integrate google Checkout API in PHP如何在 PHP 中集成 Google Checkout API
【发布时间】:2012-09-11 11:18:13
【问题描述】:

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

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

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

【问题讨论】:

  • 到目前为止你有什么或者什么不起作用?你真的应该在你的问题中发布你的代码。
  • $item_1 = new GoogleItem($item, // Item name $itemdesc, // Item description $total_count, // Quantity 10); // Unit price

标签: php google-api


【解决方案1】:

Google offers sample code我搜索的时候很容易找到

【讨论】:

  • $item_1 = new GoogleItem($item, // 商品名称 $itemdesc, // 商品描述 $total_count, // 数量 10); // 单价
猜你喜欢
  • 2011-12-10
  • 1970-01-01
  • 2023-04-02
  • 1970-01-01
  • 2017-02-08
  • 1970-01-01
  • 1970-01-01
  • 2021-02-03
  • 1970-01-01
相关资源
最近更新 更多