【发布时间】:2018-05-03 16:03:24
【问题描述】:
我正在学习本教程。
https://www.sitepoint.com/integrating-stripe-into-your-android-app/
但是数据没有显示在 Listview 中。我对在 charg.php 文件中放入的内容感到困惑,需要 'vendor/autoload.php'
请帮帮我。
【问题讨论】:
标签: php android stripe-payments
我正在学习本教程。
https://www.sitepoint.com/integrating-stripe-into-your-android-app/
但是数据没有显示在 Listview 中。我对在 charg.php 文件中放入的内容感到困惑,需要 'vendor/autoload.php'
请帮帮我。
【问题讨论】:
标签: php android stripe-payments
该教程似乎使用的是 Stripe 的 Android SDK 的一个非常旧的版本;您可能想要关注 Stripe's tutorial 并使用最新的 SDK 版本。
Stripe 的 Android 教程与这里的 iOS 服务器端示例一起使用:https://github.com/stripe/stripe-android/tree/master/example
该示例适用于 iOS,但 iOS 和 Android SDK 都具有相同的服务器端要求。它也在 Ruby 中,但您应该能够从中提取必要的步骤 - 以及所需的“路由”/脚本 - 以继续前进。
【讨论】: