Skip to content

Commit 39281c4

Browse files
committed
Merge pull request #24 from adrienbrault/patch-1
Add metadata support for UpdateCard
2 parents 0ac48b1 + 529e3f1 commit 39281c4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Client/ServiceDescription/Stripe-v1.0.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,11 @@
840840
'type' => 'string',
841841
'required' => false
842842
],
843+
'metadata' => [
844+
'location' => 'query',
845+
'type' => 'array',
846+
'required' => false
847+
],
843848
'expand' => [
844849
'description' => 'Allow to expand some properties',
845850
'location' => 'query',

src/Client/ServiceDescription/Stripe-v1.1.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,11 @@
840840
'type' => 'string',
841841
'required' => false
842842
],
843+
'metadata' => [
844+
'location' => 'query',
845+
'type' => 'array',
846+
'required' => false
847+
],
843848
'expand' => [
844849
'description' => 'Allow to expand some properties',
845850
'location' => 'query',

0 commit comments

Comments
 (0)