mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Bump stripe-php from 18.1.0 to 19.0.0
This commit is contained in:
@@ -264,11 +264,8 @@ abstract class Util
|
||||
self::flattenParams($elem, "{$calculatedKey}[{$i}]")
|
||||
);
|
||||
} else {
|
||||
if ('v2' === $apiMode) {
|
||||
$result[] = ["{$calculatedKey}", $elem];
|
||||
} else {
|
||||
$result[] = ["{$calculatedKey}[{$i}]", $elem];
|
||||
}
|
||||
// Always use indexed format for arrays
|
||||
$result[] = ["{$calculatedKey}[{$i}]", $elem];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user