Bump stripe-php from 18.1.0 to 19.0.0

This commit is contained in:
johnnyq
2025-11-28 17:31:04 -05:00
parent 3ffef6df51
commit cc92a4b7ee
35 changed files with 196 additions and 32 deletions

View File

@@ -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];
}
}