mirror of
https://github.com/itflow-org/itflow
synced 2026-05-05 18:57:47 +00:00
Stripe Payment: Rollback stipe-php from 20.0.0 back to 19.4.1 to fix a isses with adding saved paymentss, Stripe updated their API in which we will update to a later date
This commit is contained in:
@@ -56,8 +56,8 @@ class PayoutService extends AbstractService
|
||||
*
|
||||
* If you create a manual payout on a Stripe account that uses multiple payment
|
||||
* source types, you need to specify the source type balance that the payout draws
|
||||
* from. The <a href="/api/balances/object">balance object</a> details available
|
||||
* and pending amounts by source type.
|
||||
* from. The <a href="#balance_object">balance object</a> details available and
|
||||
* pending amounts by source type.
|
||||
*
|
||||
* @param null|array{amount: int, currency: string, description?: string, destination?: string, expand?: string[], metadata?: array<string, string>, method?: string, payout_method?: string, source_type?: string, statement_descriptor?: string} $params
|
||||
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
|
||||
|
||||
Reference in New Issue
Block a user