BaseStripeClient::getDefaultConfig()
Method: TODO: replace this with a private constant when we drop support for PHP < 5.
Source Files: includes/lib/stripe-php/lib/BaseStripeClient.php
Method: TODO: replace this with a private constant when we drop support for PHP < 5.
Method: No description found
Class: No description found
Method: Initializes a new instance of the {@link BaseStripeClient} class.
Method: Gets the API key used by the client to send requests.
Method: Gets the client ID used by the client in OAuth requests.
Method: Gets the base URL for Stripe’s API.
Method: Gets the base URL for Stripe’s OAuth API.
Method: Gets the base URL for Stripe’s Files API.
Method: Sends a request to Stripe’s API.
Method: Sends a request to Stripe’s API, passing chunks of the streamed response into a user-provided $readBodyChunkCallable callback.
Method: Sends a request to Stripe’s API.
Method: No description found