laravel-cashier-stripe-connect
laravel-cashier-stripe-connect copied to clipboard
PHP 8 order parameter fix and the arrival_date payout option is removed
- The $amount parameter for reverse transfer can be null by default and is not required #10
- The arrival_date parameter is not needed to create a payout https://stripe.com/docs/api/payouts/create
- Missing brace is fixed
@ExpDev07
Hey! Wouldn't this be a breaking change? To insert a new parameter between other params? @asanovr
@MariusTechweb Hi!, Yeah! I removed only one argument in the payoutStripeAccount method, it doesn't work anyway, I tested it a few weeks ago
Hey! Wouldn't this be a breaking change? To insert a new parameter between other params? @asanovr
Agree.