Skip to content

Commit

Permalink
Add destination
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Apr 14, 2015
1 parent 1addff5 commit a78d8cc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Client/ServiceDescription/Stripe-v1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
'type' => 'string',
'required' => false
],
'destination' => [
'description' => 'An account to make the charge on behalf of',
'location' => 'query',
'type' => 'string',
'required' => false
],
'application_fee' => [
'description' => 'A fee in cents that will be applied to the charge and transferred to the application owner\'s Stripe account',
'location' => 'query',
Expand Down
6 changes: 6 additions & 0 deletions src/Client/ServiceDescription/Stripe-v1.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
'type' => 'string',
'required' => false
],
'destination' => [
'description' => 'An account to make the charge on behalf of',
'location' => 'query',
'type' => 'string',
'required' => false
],
'application_fee' => [
'description' => 'A fee in cents that will be applied to the charge and transferred to the application owner\'s Stripe account',
'location' => 'query',
Expand Down
6 changes: 6 additions & 0 deletions src/Client/ServiceDescription/Stripe-v1.2.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
'type' => 'string',
'required' => false
],
'destination' => [
'description' => 'An account to make the charge on behalf of',
'location' => 'query',
'type' => 'string',
'required' => false
],
'application_fee' => [
'description' => 'A fee in cents that will be applied to the charge and transferred to the application owner\'s Stripe account',
'location' => 'query',
Expand Down
6 changes: 6 additions & 0 deletions src/Client/ServiceDescription/Stripe-v1.3.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
'type' => 'string',
'required' => false
],
'destination' => [
'description' => 'An account to make the charge on behalf of',
'location' => 'query',
'type' => 'string',
'required' => false
],
'application_fee' => [
'description' => 'A fee in cents that will be applied to the charge and transferred to the application owner\'s Stripe account',
'location' => 'query',
Expand Down

0 comments on commit a78d8cc

Please sign in to comment.