Skip to content
赞助

PayPal 确认回调 ​

TIP

PayPal 的实现由 GitHub Copilot 生成

方法名参数返回值
success无Response

例子 ​

php
Pay::config($config);

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

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

订单配置参数 ​

无

Released under the MIT License.