hexters / CoinPayment

Package to handle payment of cryptocurrency
https://www.coinpayments.net/index.php?ref=3dc0c5875304cc5cc1d98782c2741cb5
MIT License
73 stars 42 forks source link

fix: allow usage with laravel octane/swoole #73

Closed ibrunotome closed 1 year ago

ibrunotome commented 2 years ago

Swoole doesn't allow usage of php://input, so we need to use the stream from the $req object to achieve the same behavior.

ibrunotome commented 2 years ago

@hexters 🙏