mirror of
https://github.com/itflow-org/itflow
synced 2026-05-05 10:47:48 +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:
@@ -19,7 +19,7 @@ namespace Stripe\Reporting;
|
||||
* @property int $data_available_end Most recent time for which this Report Type is available. Measured in seconds since the Unix epoch.
|
||||
* @property int $data_available_start Earliest time for which this Report Type is available. Measured in seconds since the Unix epoch.
|
||||
* @property null|string[] $default_columns List of column names that are included by default when this Report Type gets run. (If the Report Type doesn't support the <code>columns</code> parameter, this will be null.)
|
||||
* @property bool $livemode If the object exists in live mode, the value is <code>true</code>. If the object exists in test mode, the value is <code>false</code>.
|
||||
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
|
||||
* @property string $name Human-readable name of the Report Type
|
||||
* @property int $updated When this Report Type was latest updated. Measured in seconds since the Unix epoch.
|
||||
* @property int $version Version of the Report Type. Different versions report with the same ID will have the same purpose, but may take different run parameters or have different result schemas.
|
||||
|
||||
Reference in New Issue
Block a user