Skip to content
赞助

Stripe 确认回调 ​

TIP

Stripe 的实现由 GitHub Copilot 生成

方法名参数返回值
success无Response

例子 ​

php
Pay::config($config);

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

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

订单配置参数 ​

无

Released under the MIT License.