Laravel收银员无需订阅
我有以下要求。应用用户A呼叫另一个用户B,并且如果用户B出席呼叫,则必须从他的信用卡中扣除1美元。卡信息将在注册步骤中收集。Laravel收银员无需订阅
该流程没有涉及订阅。我需要使用Laravel收银员吗?
回答:
答:您不需要使用Laravel收银员进行“一次性”收费。
在他们的document他们清楚地提到以下。
If you're only performing "one-off" charges and do not offer subscriptions, you should not use Cashier. Instead, use the Stripe and Braintree SDKs directly.
以上是 Laravel收银员无需订阅 的全部内容, 来源链接: utcz.com/qa/263569.html