From a78d8cc5717a3428d9256bab9e4d3a419c0fa7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Tue, 14 Apr 2015 09:14:00 +0200 Subject: [PATCH] Add destination --- src/Client/ServiceDescription/Stripe-v1.0.php | 6 ++++++ src/Client/ServiceDescription/Stripe-v1.1.php | 6 ++++++ src/Client/ServiceDescription/Stripe-v1.2.php | 6 ++++++ src/Client/ServiceDescription/Stripe-v1.3.php | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/src/Client/ServiceDescription/Stripe-v1.0.php b/src/Client/ServiceDescription/Stripe-v1.0.php index 582faab..4a187b9 100644 --- a/src/Client/ServiceDescription/Stripe-v1.0.php +++ b/src/Client/ServiceDescription/Stripe-v1.0.php @@ -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', diff --git a/src/Client/ServiceDescription/Stripe-v1.1.php b/src/Client/ServiceDescription/Stripe-v1.1.php index edd9c77..cd695fd 100644 --- a/src/Client/ServiceDescription/Stripe-v1.1.php +++ b/src/Client/ServiceDescription/Stripe-v1.1.php @@ -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', diff --git a/src/Client/ServiceDescription/Stripe-v1.2.php b/src/Client/ServiceDescription/Stripe-v1.2.php index 5d89e19..4ee98a1 100644 --- a/src/Client/ServiceDescription/Stripe-v1.2.php +++ b/src/Client/ServiceDescription/Stripe-v1.2.php @@ -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', diff --git a/src/Client/ServiceDescription/Stripe-v1.3.php b/src/Client/ServiceDescription/Stripe-v1.3.php index e83abf8..d058380 100644 --- a/src/Client/ServiceDescription/Stripe-v1.3.php +++ b/src/Client/ServiceDescription/Stripe-v1.3.php @@ -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',