Skip to content
赞助

Stripe 确认回调

TIP

Stripe 的实现由 GitHub Copilot 生成

方法名参数返回值
successResponse

例子

php
Pay::config($config);

// $result = Pay::stripe()->callback();

return Pay::stripe()->success();

订单配置参数

Released under the MIT License.