laravel-cashier-stripe-connect icon indicating copy to clipboard operation
laravel-cashier-stripe-connect copied to clipboard

PHP 8 order parameter fix and the arrival_date payout option is removed

Open asanovr opened this issue 3 years ago • 4 comments

  1. The $amount parameter for reverse transfer can be null by default and is not required #10
  2. The arrival_date parameter is not needed to create a payout https://stripe.com/docs/api/payouts/create
  3. Missing brace is fixed

asanovr avatar Oct 08 '21 05:10 asanovr

@ExpDev07

asanovr avatar Oct 24 '21 09:10 asanovr

Hey! Wouldn't this be a breaking change? To insert a new parameter between other params? @asanovr

MariusSpring avatar Nov 08 '21 15:11 MariusSpring

@MariusTechweb Hi!, Yeah! I removed only one argument in the payoutStripeAccount method, it doesn't work anyway, I tested it a few weeks ago

asanovr avatar Nov 12 '21 08:11 asanovr

Hey! Wouldn't this be a breaking change? To insert a new parameter between other params? @asanovr

Agree.

oleg-kolzhanov avatar Jan 23 '22 21:01 oleg-kolzhanov