Coder Social home page Coder Social logo

thirtybees / stripe Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 12.0 2.8 MB

Stripe payment module

Home Page: https://stripe.com

License: Academic Free License v3.0

PHP 75.65% CSS 0.86% Smarty 15.48% Shell 0.23% JavaScript 7.79%
stripe stripe-checkout thirty-bees payment ecommerce accept-payments transaction

stripe's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

stripe's Issues

Checkout iframe - Pay button can be clicked without entering credit card info

Using the "Enable Stripe credit card form", it displays the checkout iframe with credit card number, exp date and cvc and the Pay button.

Customer can click Pay button without entering credit card info. The page will then reload without an error message.

Should display the usual Stripe ! alerts on the fields.

emails confirmations after the purchase

I am not receiving email confirmations for merchant, when customer order a product.
It was happened after the module update. From some old version to the newest version.

Error 500

kuva

So i did see only "Error 500" when i did try go and pay my test order, but after turning on debug i can see this. So even if you have PayPal and other payment methods, you cant go to checkout.

Show payment amount on Pay button

To make things clearer and avoid the need of scrolling for the visitors, I would show the payment amount on the Pay button of the stripe iframe views/templates/front/checkoutiframe.tpl

Pay $ XX,XX
Pay XX,XX €

for example

naming Credit Card

I would add in FO not pay by Credit Card

but but Debit/Credit Card

as customers are not aware about debit and credit cards. They can think I can't pay because I have not credit card.

BO:

default new payments are called as Credit Card it would be better Stripe as stripe offer not only Credit Card payments > better filtering.

Code/Script related to stripe in csv when downloading orders (since update)

When I download a csv of orders using the export function on Orders > Orders page, the csv has code in it. The code shows in the reference number column, e.g:

data-tooltip="title" |  
-- | --
title="Captured" |  
style="white-space: nowrap | >    Stripe: Credit Card <i class="icon icon-lock"></i>  </span><script type="text/javascript" data-cookieconsent="necessary">  (function () {    function initTooltip() {      if (typeof $ === 'undefined') {        setTimeout(initTooltip, 100);        return;      }      $('#stripe-stat-3693').tooltip();    }    initTooltip();  }());</script>

And the the column Payment which used to say "Credit Card" (or "paypal")

<span id="stripe-stat-3693
--

Screenshot from 2019-10-05 12-38-23

Screenshot from 2019-10-05 12-39-07

SSL CA bundle not found

Hello I have similar issue to:
guzzle/guzzle#1807

My error is:

Fatal error: Uncaught Stripe\Error\ApiConnection: Could not connect with Stripe: InvalidArgumentException: SSL CA bundle not found: /home/myshopdomain2/domains/myshopdomain.com/tools/cacert.pem in /home/myshopdomain2/domains/myshopdomain.com/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:337 Stack trace: #0 /home/myshopdomain2/domains/myshopdomain.com/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(43): GuzzleHttp\Handler\CurlFactory->applyHandlerOptions(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /home/myshopdomain2/domains/myshopdomain.com/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(39): GuzzleHttp\Handler\CurlFactory->create(Object(GuzzleHttp\Psr7\Request), Array) #2 /home/myshopdomain2/domains/myshopdomain.com/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array) #3 /home/myshopdomain2/domains/myshopdomain.com/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler{closure}(Object in /home/myshopdomain2/domains/myshopdomain.com/modules/stripe/classes/GuzzleClient.php on line 245

Firefox mobile browser problem

I was testing with different phones, android and iphones.
The problem is with javascript and fields.
In firefox I need to use a “space” to have a exp date as 12/19
In other case there is 1219 / which give an error.

I am not sure about card numbers but I can put
4242 4242 4242 4242 424 i my opinion there are 3 extra numbers to much for the limit.
I though that card numbers have only 16 digits.
That problems are only with Firefox on mobile phone.
Please install firefox on you mobile and check it by yourself.
Do not use a mobile version on Chrome or any PC emulators, just a phone.

To assume to many characters for card number, it should be a limit up to 16characters
Problem with exp date. 1219 /
not 12 / 19
Problem occurs only on Firefox mobile browser on mobile phones, not PC.

on Firefox PC browser everything works
on Chrome PC browser everything works
on Firefox mobile browser problems
on Chrome mobile browser everything works

on Firefox mobile browser I can use space and enter exp date using enter and pay, but it is no user friendly as also nobody know about it.

2nd thing
Why I am able to add 19 numbers
4242 4242 4242 4242 424??

max should be 4242 4242 4242 4242 >> 16 numbers

feature request: add payment methods

I am not sure where to add a feature requests.

I would like to ask to add a Polish payment methods and German SEPA transfers.

Please move/close if this is a wrong place.

Class 'ThirtybeesStripe\Source' not found

I get the error
Class 'ThirtybeesStripe\Source' not found
at line 111 in file modules/stripe/controllers/front/validation.php

I updated from 1.4.3 to 1.4.4 but that made no difference
stripe

mobile jump problem

Hello,
The tthing is that on mobile when i write card numbers and then write expiry date it jump to top so i need to scroll down to see which numbers I type.
On PC is ok, On mobile Android9 there is jumping.

Do you have the same problems?

Stripe - Always ask for Postcode

The Stripe always ask, include when disable, for the Postcode detail.

1. By default “Block if Postal code verification fails” came Disabled on stripe

On dashboard, stripe, settings, radar, rules the "Block if Postal code verification fails" came disabled by default.
image

I asked to Stripe why the “Block if Postal code verification fails” it’s “Disabled” by default, on radar rules, and why they don’t remove/stop asking for postal code on checkout?
Stripe said: it will simply not block any payments if and when the wrong postcode is provided.

I informed the Stripe, because they have "Disabled" the “Block if Postal code verification fails”, we don’t wish ask for the post code details on "Stripe credit card form" and on "Stripe checkout".

2. Stripe credit card form

On checkout of “Stripe credit card form”, after the customer fill the field "Card number", comes up the field "Postcode" and he have to fill.
image

The Stripe said:

  • You'll need to remove this from the script, “you can set hidePostalCode=true to remove post code requirements.”

and

  • “the CardElement accepts all the options as defined in Stripe.js reference, so you can set hidePostalCode=true to remove the zip code field from showing”.

3. Stripe checkout

On checkout keep asking for "Postal code" on “Stripe checkout integration”.
image

The Stripe said, if you're using the Stripe Checkout option, you'll need to set "hidePostalCode=true" when collection the card details to remove this field.
https://stripe.com/docs/payments/accept-a-payment?integration=elements#web-collect-card-details

4. Resume of Stripe


disabling the rules will only instruct the system to still complete the payment even if the wrong post code is being entered by the customer as mentioned, you can set hidePostalCode=true to remove the zip code field from showing

you may use this link here for reference
https://stripe.com/docs/js
https://stripe.com/docs/payments/accept-a-payment?integration=elements#web-collect-card-details

removing the post code field required API coding to be done
you can also refer to these links here for details
https://stackoverflow.com/questions/46863072/do-not-collect-zip-code-with-stripe

stripe-archive/react-stripe-elements#20


if you're using our custom built Stripe Checkout page - the post code field is already built in

if you want to change this using our Checkout page, you'll need to do this on your end by setting "hidePostalCode=true" in the CardElement parameter

5. Problem

With this problem given by Stripe, we have two majors’ problems:

  • A customer not submitting their card information, because Stripe ask for Postcode/Postal code (postal code validation the Stripe don’t do) and we don't sell,
  • After, the customer can cancel the order and Stripe still charge us.

6. Solution on Stripe checkout integration

The Stripe solution:

  • When the “Block if Postal code verification fails” it’s “Disabled” by default or by option, on radar rules, the Stripe could remove/stop asking for postal code on Stripe checkout integration.

Or

  • When the “Block if Postal code verification fails” isn’t “Disabled”, on radar rules, the stripe after the costumer fill the Card information they could check if it’s necessary ask the Postcode and if necessary open the field Postal code.

7. Solution on Stripe credit card form

We think its good option if on Back Office on “CREDIT CARD FORM DESIGN” we could check if we want “Zip code / Postcode / Postal code verification” or not.
image
Picture of TB post "Stripe - Postcode thirtybees/thirtybees#941", now the version Stripe 1.7.1 don’t have “Enforce 3D Secure”.

With this new button we can match the Stripe credit card form
image

with configuration “Postal code verification fails” on radar rules on Stripe.
image

dependency issue with latest release

The credit card is confirmed by stripe and then the transaction fails with a 500 error on the final validation step because validation.php can't find DIR .'/../../classes/stripe-php/Source.php';

Error message follows:

**Class 'ThirtybeesStripe\Source' not found** *at line* **112** *in file* modules/stripe/controllers/front/validation.php`

107.    
108.                return false;
109.            }
110.    
111.            try {
112. =>             $defaultCard = \ThirtybeesStripe\Source::retrieve($stripeCustomer->default_source);
113.            } catch (Exception $e) {
114.                $defaultCard = new stdClass();
115.            }
116.    
117.            /** @var \ThirtyBeesStripe\Card $defaultCard */
  • StripeValidationModuleFrontController->postProcess - [line 355 - classes/controller/Controller.php]
350.                if ($this->checkAccess()) {
351.                    if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {
352.                        $this->setMedia();
353.                    }
354.    
355. =>                 $this->postProcess();
356.    
357.                    if (!empty($this->redirect_after)) {
358.                        $this->redirect();
359.                    }
360.    
  • ControllerCore->run - [line 743 - classes/Dispatcher.php]
738.                if (isset($paramsHookActionDispatcher)) {
739.                    Hook::exec('actionDispatcher', $paramsHookActionDispatcher);
740.                }
741.    
742.                // Running controller
743. =>             $controller->run();
744.            } catch (PrestaShopException $e) {
745.                $e->displayMessage();
746.            }
747.        }
748.    
  • DispatcherCore->dispatch - [line 33 - index.php]
28.     *  @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
29.     *  PrestaShop is an internationally registered trademark & property of PrestaShop SA
30.     */
31.    
32.    require(dirname(__FILE__).'/config/config.inc.php');
33. => Dispatcher::getInstance()->dispatch();
``

Trying to get property 'value' of non-object

In a production shop I get this error:

PHP Notice: Trying to get property 'value' of non-object in [...]/cache/smarty/compile/7b/18/eb/7b18eb327394393c82d9140391937cf244a58ae6_0.file.payment.tpl.php on line 60

This line 60 is the translation of https://github.com/thirtybees/stripe/blob/master/views/templates/hook/payment.tpl#L46, which uses $stripe_session_id.

This variable was introduced in fcca3d9#diff-cd90dbe463f72bd4004254491fa5ea89R46. The same commit introduced code for defining this variable in hookDisplayPaymentTop(): fcca3d9#diff-42f4aceebe563f60bce9f7939b1c6ef2R2388-R2394

However, hookDisplayPaymentTop() renders views/templates/front/assets.tpl, which does not use this Smarty variable. This variable is used by payment.tpl, which is rendered by hookPayment() (via allpayments.tpl), which does not define this new variable. This doesn't make sense and leads to the error shown above.

It looks like code for defining $stripe_session_id should get moved from hookDisplayPaymentTop() to hookPayment(), but for the time being that's only a guess.

Refund box keeps disappearing

Should've been visible on the order detail page, but it doesn't always show. The unpredictability probably makes this one hard to fix.

stripe error

anybody know why this keeps happening when i check TLS v1.2 support works fine for paypal

object(GuzzleHttp\Exception\ConnectException)#98 (10) { ["request":"GuzzleHttp\Exception\RequestException":private]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } ["response":"GuzzleHttp\Exception\RequestException":private]=> NULL ["handlerContext":"GuzzleHttp\Exception\RequestException":private]=> array(28) { ["errno"]=> int(6) ["error"]=> string(44) "Could not resolve host: api-tls12.stripe.com" ["url"]=> string(39) "https://api-tls12.stripe.com/v1/charges" ["content_type"]=> NULL ["http_code"]=> int(0) ["header_size"]=> int(0) ["request_size"]=> int(0) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(0) ["redirect_count"]=> int(0) ["total_time"]=> float(9.0E-5) ["namelookup_time"]=> float(0) ["connect_time"]=> float(0) ["pretransfer_time"]=> float(0) ["size_upload"]=> float(0) ["size_download"]=> float(0) ["speed_download"]=> float(0) ["speed_upload"]=> float(0) ["download_content_length"]=> float(-1) ["upload_content_length"]=> float(-1) ["starttransfer_time"]=> float(0) ["redirect_time"]=> float(0) ["redirect_url"]=> string(0) "" ["primary_ip"]=> string(0) "" ["certinfo"]=> array(0) { } ["primary_port"]=> int(0) ["local_ip"]=> string(0) "" ["local_port"]=> int(0) } ["message":protected]=> string(114) "cURL error 6: Could not resolve host: api-tls12.stripe.com (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(79) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php" ["line":protected]=> int(185) ["trace":"Exception":private]=> array(27) { [0]=> array(6) { ["file"]=> string(79) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php" ["line"]=> int(149) ["function"]=> string(15) "createRejection" ["class"]=> string(30) "GuzzleHttp\Handler\CurlFactory" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Handler\EasyHandle)#96 (7) { ["sink"]=> object(GuzzleHttp\Psr7\Stream)#97 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(8) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> NULL ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } ["headers"]=> array(0) { } ["response"]=> NULL ["request"]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } ["options"]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } ["errno"]=> int(6) ["onHeadersException"]=> NULL } [1]=> array(28) { ["errno"]=> int(6) ["error"]=> string(44) "Could not resolve host: api-tls12.stripe.com" ["url"]=> string(39) "https://api-tls12.stripe.com/v1/charges" ["content_type"]=> NULL ["http_code"]=> int(0) ["header_size"]=> int(0) ["request_size"]=> int(0) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(0) ["redirect_count"]=> int(0) ["total_time"]=> float(9.0E-5) ["namelookup_time"]=> float(0) ["connect_time"]=> float(0) ["pretransfer_time"]=> float(0) ["size_upload"]=> float(0) ["size_download"]=> float(0) ["speed_download"]=> float(0) ["speed_upload"]=> float(0) ["download_content_length"]=> float(-1) ["upload_content_length"]=> float(-1) ["starttransfer_time"]=> float(0) ["redirect_time"]=> float(0) ["redirect_url"]=> string(0) "" ["primary_ip"]=> string(0) "" ["certinfo"]=> array(0) { } ["primary_port"]=> int(0) ["local_ip"]=> string(0) "" ["local_port"]=> int(0) } } } [1]=> array(6) { ["file"]=> string(79) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php" ["line"]=> int(102) ["function"]=> string(11) "finishError" ["class"]=> string(30) "GuzzleHttp\Handler\CurlFactory" ["type"]=> string(2) "::" ["args"]=> array(3) { [0]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } [1]=> object(GuzzleHttp\Handler\EasyHandle)#96 (7) { ["sink"]=> object(GuzzleHttp\Psr7\Stream)#97 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(8) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> NULL ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } ["headers"]=> array(0) { } ["response"]=> NULL ["request"]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } ["options"]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } ["errno"]=> int(6) ["onHeadersException"]=> NULL } [2]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } [2]=> array(6) { ["file"]=> string(79) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php" ["line"]=> int(43) ["function"]=> string(6) "finish" ["class"]=> string(30) "GuzzleHttp\Handler\CurlFactory" ["type"]=> string(2) "::" ["args"]=> array(3) { [0]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } [1]=> object(GuzzleHttp\Handler\EasyHandle)#96 (7) { ["sink"]=> object(GuzzleHttp\Psr7\Stream)#97 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(8) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> NULL ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } ["headers"]=> array(0) { } ["response"]=> NULL ["request"]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } ["options"]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } ["errno"]=> int(6) ["onHeadersException"]=> NULL } [2]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } [3]=> array(6) { ["file"]=> string(73) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php" ["line"]=> int(28) ["function"]=> string(8) "__invoke" ["class"]=> string(30) "GuzzleHttp\Handler\CurlHandler" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [4]=> array(6) { ["file"]=> string(73) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php" ["line"]=> int(51) ["function"]=> string(28) "GuzzleHttp\Handler{closure}" ["class"]=> string(24) "GuzzleHttp\Handler\Proxy" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [5]=> array(6) { ["file"]=> string(81) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php" ["line"]=> int(37) ["function"]=> string(28) "GuzzleHttp\Handler{closure}" ["class"]=> string(24) "GuzzleHttp\Handler\Proxy" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [6]=> array(6) { ["file"]=> string(70) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Middleware.php" ["line"]=> int(30) ["function"]=> string(8) "__invoke" ["class"]=> string(32) "GuzzleHttp\PrepareBodyMiddleware" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [7]=> array(6) { ["file"]=> string(78) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php" ["line"]=> int(70) ["function"]=> string(20) "GuzzleHttp{closure}" ["class"]=> string(21) "GuzzleHttp\Middleware" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [8]=> array(6) { ["file"]=> string(70) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Middleware.php" ["line"]=> int(58) ["function"]=> string(8) "__invoke" ["class"]=> string(29) "GuzzleHttp\RedirectMiddleware" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [9]=> array(6) { ["file"]=> string(72) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/HandlerStack.php" ["line"]=> int(67) ["function"]=> string(20) "GuzzleHttp{closure}" ["class"]=> string(21) "GuzzleHttp\Middleware" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [10]=> array(6) { ["file"]=> string(66) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Client.php" ["line"]=> int(277) ["function"]=> string(8) "__invoke" ["class"]=> string(23) "GuzzleHttp\HandlerStack" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [11]=> array(6) { ["file"]=> string(66) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Client.php" ["line"]=> int(125) ["function"]=> string(8) "transfer" ["class"]=> string(17) "GuzzleHttp\Client" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(GuzzleHttp\Psr7\Request)#90 (7) { ["method":"GuzzleHttp\Psr7\Request":private]=> string(3) "GET" ["requestTarget":"GuzzleHttp\Psr7\Request":private]=> NULL ["uri":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } ["headers":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["Host"]=> array(1) { [0]=> string(20) "api-tls12.stripe.com" } ["X-Stripe-Client-User-Agent"]=> array(1) { [0]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" } ["User-Agent"]=> array(1) { [0]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" } ["Authorization"]=> array(1) { [0]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" } ["Content-Type"]=> array(1) { [0]=> string(33) "application/x-www-form-urlencoded" } } ["headerNames":"GuzzleHttp\Psr7\Request":private]=> array(5) { ["host"]=> string(4) "Host" ["x-stripe-client-user-agent"]=> string(26) "X-Stripe-Client-User-Agent" ["user-agent"]=> string(10) "User-Agent" ["authorization"]=> string(13) "Authorization" ["content-type"]=> string(12) "Content-Type" } ["protocol":"GuzzleHttp\Psr7\Request":private]=> string(3) "1.1" ["stream":"GuzzleHttp\Psr7\Request":private]=> object(GuzzleHttp\Psr7\Stream)#91 (7) { ["stream":"GuzzleHttp\Psr7\Stream":private]=> resource(6) of type (stream) ["size":"GuzzleHttp\Psr7\Stream":private]=> int(0) ["seekable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["readable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["writable":"GuzzleHttp\Psr7\Stream":private]=> bool(true) ["uri":"GuzzleHttp\Psr7\Stream":private]=> string(10) "php://temp" ["customMetadata":"GuzzleHttp\Psr7\Stream":private]=> array(0) { } } } [1]=> array(7) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) } } } [12]=> array(6) { ["file"]=> string(66) "/home/kastiel1/public_html/vendor/guzzlehttp/guzzle/src/Client.php" ["line"]=> int(131) ["function"]=> string(12) "requestAsync" ["class"]=> string(17) "GuzzleHttp\Client" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> string(3) "GET" [1]=> object(GuzzleHttp\Psr7\Uri)#88 (7) { ["scheme":"GuzzleHttp\Psr7\Uri":private]=> string(5) "https" ["userInfo":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["host":"GuzzleHttp\Psr7\Uri":private]=> string(20) "api-tls12.stripe.com" ["port":"GuzzleHttp\Psr7\Uri":private]=> NULL ["path":"GuzzleHttp\Psr7\Uri":private]=> string(11) "/v1/charges" ["query":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" ["fragment":"GuzzleHttp\Psr7\Uri":private]=> string(0) "" } [2]=> array(8) { ["synchronous"]=> bool(true) ["http_errors"]=> bool(false) ["handler"]=> object(GuzzleHttp\HandlerStack)#76 (3) { ["handler":"GuzzleHttp\HandlerStack":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["stack":"GuzzleHttp\HandlerStack":private]=> array(4) { [0]=> array(2) { [0]=> object(Closure)#84 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(11) "http_errors" } [1]=> array(2) { [0]=> object(Closure)#85 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(15) "allow_redirects" } [2]=> array(2) { [0]=> object(Closure)#86 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(7) "cookies" } [3]=> array(2) { [0]=> object(Closure)#87 (1) { ["parameter"]=> array(1) { ["$handler"]=> string(10) "" } } [1]=> string(12) "prepare_body" } } ["cached":"GuzzleHttp\HandlerStack":private]=> object(Closure)#95 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\RedirectMiddleware)#94 (1) { ["nextHandler":"GuzzleHttp\RedirectMiddleware":private]=> object(Closure)#93 (2) { ["static"]=> array(1) { ["handler"]=> object(GuzzleHttp\PrepareBodyMiddleware)#92 (1) { ["nextHandler":"GuzzleHttp\PrepareBodyMiddleware":private]=> object(Closure)#83 (2) { ["static"]=> array(2) { ["default"]=> object(Closure)#81 (2) { ["static"]=> array(2) { ["default"]=> object(GuzzleHttp\Handler\CurlMultiHandler)#77 (5) { ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#78 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(0) { } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(50) } ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=> int(1) ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=> NULL ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=> array(0) { } } ["sync"]=> object(GuzzleHttp\Handler\CurlHandler)#79 (1) { ["factory":"GuzzleHttp\Handler\CurlHandler":private]=> object(GuzzleHttp\Handler\CurlFactory)#80 (2) { ["handles":"GuzzleHttp\Handler\CurlFactory":private]=> array(1) { [0]=> resource(10) of type (curl) } ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=> int(3) } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } ["streaming"]=> object(GuzzleHttp\Handler\StreamHandler)#82 (1) { ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$options"]=> string(10) "" } } } ["allow_redirects"]=> array(5) { ["max"]=> int(5) ["protocols"]=> array(2) { [0]=> string(4) "http" [1]=> string(5) "https" } ["strict"]=> bool(false) ["referer"]=> bool(false) ["track_redirects"]=> bool(false) } ["decode_content"]=> bool(true) ["verify"]=> bool(true) ["cookies"]=> bool(false) ["_conditional"]=> array(1) { ["User-Agent"]=> string(39) "GuzzleHttp/6.3.3 curl/7.60.0 PHP/7.0.32" } } } } [13]=> array(6) { ["file"]=> string(66) "/home/kastiel1/public_html/modules/stripe/classes/GuzzleClient.php" ["line"]=> int(207) ["function"]=> string(7) "request" ["class"]=> string(17) "GuzzleHttp\Client" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> string(3) "GET" [1]=> string(39) "https://api-tls12.stripe.com/v1/charges" [2]=> array(2) { ["headers"]=> array(4) { ["X-Stripe-Client-User-Agent"]=> string(308) "{"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" ["User-Agent"]=> string(71) "Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" ["Authorization"]=> string(39) "Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" ["Content-Type"]=> string(33) "application/x-www-form-urlencoded" } ["synchronous"]=> bool(true) } } } [14]=> array(6) { ["file"]=> string(87) "/home/kastiel1/public_html/modules/stripe/vendor/stripe/stripe-php/lib/ApiRequestor.php" ["line"]=> int(221) ["function"]=> string(7) "request" ["class"]=> string(25) "StripeModule\GuzzleClient" ["type"]=> string(2) "->" ["args"]=> array(5) { [0]=> string(3) "GET" [1]=> string(39) "https://api-tls12.stripe.com/v1/charges" [2]=> &array(5) { [0]=> string(336) "X-Stripe-Client-User-Agent: {"bindings_version":"5.9.0","lang":"php","lang_version":"7.0.32","publisher":"stripe","uname":"Linux cloud600.unlimitedwebhosting.co.uk 3.10.0-714.10.2.lve1.5.15.el6h.x86_64 #1 SMP Tue Mar 27 18:09:35 EDT 2018 x86_64","application":{"name":"thirty bees","version":"1.6.5","url":"https://thirtybees.com/"}}" [1]=> string(83) "User-Agent: Stripe/v1 PhpBindings/5.9.0 thirty bees/1.6.5 (https://thirtybees.com/)" [2]=> string(54) "Authorization: Bearer sk_test_BQokikJOvBiI2HlWgH4olfQ2" [3]=> string(47) "Content-Type: application/x-www-form-urlencoded" [4]=> string(8) "Expect: " } [3]=> array(0) { } [4]=> bool(false) } } [15]=> array(6) { ["file"]=> string(87) "/home/kastiel1/public_html/modules/stripe/vendor/stripe/stripe-php/lib/ApiRequestor.php" ["line"]=> int(58) ["function"]=> string(11) "_requestRaw" ["class"]=> string(36) "ThirtyBeesStripe\Stripe\ApiRequestor" ["type"]=> string(2) "->" ["args"]=> array(4) { [0]=> string(3) "get" [1]=> string(11) "/v1/charges" [2]=> array(0) { } [3]=> array(0) { } } } [16]=> array(6) { ["file"]=> string(86) "/home/kastiel1/public_html/modules/stripe/vendor/stripe/stripe-php/lib/ApiResource.php" ["line"]=> int(100) ["function"]=> string(7) "request" ["class"]=> string(36) "ThirtyBeesStripe\Stripe\ApiRequestor" ["type"]=> string(2) "->" ["args"]=> array(4) { [0]=> string(3) "get" [1]=> string(11) "/v1/charges" [2]=> array(0) { } [3]=> array(0) { } } } [17]=> array(6) { ["file"]=> string(86) "/home/kastiel1/public_html/modules/stripe/vendor/stripe/stripe-php/lib/ApiResource.php" ["line"]=> int(119) ["function"]=> string(14) "_staticRequest" ["class"]=> string(35) "ThirtyBeesStripe\Stripe\ApiResource" ["type"]=> string(2) "::" ["args"]=> array(4) { [0]=> string(3) "get" [1]=> string(11) "/v1/charges" [2]=> NULL [3]=> NULL } } [18]=> array(6) { ["file"]=> string(81) "/home/kastiel1/public_html/modules/stripe/vendor/stripe/stripe-php/lib/Charge.php" ["line"]=> int(62) ["function"]=> string(4) "_all" ["class"]=> string(35) "ThirtyBeesStripe\Stripe\ApiResource" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> NULL [1]=> NULL } } [19]=> array(6) { ["file"]=> string(52) "/home/kastiel1/public_html/modules/stripe/stripe.php" ["line"]=> int(966) ["function"]=> string(3) "all" ["class"]=> string(30) "ThirtyBeesStripe\Stripe\Charge" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [20]=> array(6) { ["file"]=> string(52) "/home/kastiel1/public_html/modules/stripe/stripe.php" ["line"]=> int(397) ["function"]=> string(8) "tlsCheck" ["class"]=> string(6) "Stripe" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [21]=> array(6) { ["file"]=> string(52) "/home/kastiel1/public_html/modules/stripe/stripe.php" ["line"]=> int(293) ["function"]=> string(11) "postProcess" ["class"]=> string(6) "Stripe" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [22]=> array(6) { ["file"]=> string(71) "/home/kastiel1/public_html/controllers/admin/AdminModulesController.php" ["line"]=> int(1642) ["function"]=> string(10) "getContent" ["class"]=> string(6) "Stripe" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [23]=> array(6) { ["file"]=> string(71) "/home/kastiel1/public_html/controllers/admin/AdminModulesController.php" ["line"]=> int(1505) ["function"]=> string(19) "postProcessCallback" ["class"]=> string(26) "AdminModulesControllerCore" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [24]=> array(6) { ["file"]=> string(60) "/home/kastiel1/public_html/classes/controller/Controller.php" ["line"]=> int(355) ["function"]=> string(11) "postProcess" ["class"]=> string(26) "AdminModulesControllerCore" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [25]=> array(6) { ["file"]=> string(49) "/home/kastiel1/public_html/classes/Dispatcher.php" ["line"]=> int(837) ["function"]=> string(3) "run" ["class"]=> string(14) "ControllerCore" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [26]=> array(6) { ["file"]=> string(42) "/home/kastiel1/public_html/carly/index.php" ["line"]=> int(63) ["function"]=> string(8) "dispatch" ["class"]=> string(14) "DispatcherCore" ["type"]=> string(2) "->" ["args"]=> array(0) { } } } ["previous":"Exception":private]=> NULL }

Order amount submitted to Stripe different from Order total

Sometimes, when a payment is processed via the Stripe module, the amount submitted to stripe is not equal to the value of the items in the order. This issue does not affect every order, but does seem to affect values ending .99. For example, a recent order for 18.99 was submitted to Stripe as 18.98.

As far as I can tell, the amount which is sent to Stripe is generated in classes/StripeApi.php line 70:

$total = Utils::getCartTotal($cart);

This value is obtained by converting the order total into the correct amount per the currency settings for Stripe. In our case, using GBP, this means multiplying the value by 100:

stripe/classes/Utils.php

Lines 64 to 78 in 8d5274c

/**
* Converts amount into smallest common currency unit - that's cents for currencies like
* dollar or euro
*
* @param Currency $currency
* @param float $amount
* @return int
*/
public static function toCurrencyUnit(Currency $currency, $amount)
{
if (in_array(mb_strtolower($currency->iso_code), Stripe::$zeroDecimalCurrencies)) {
return (int)$amount;
}
return (int)($amount * 100);
}

I can't see anything in the above which would cause the value to change in this way, but the case remains that the amount recorded everywhere in the CMS is 18.99, but the amount submitted to & captured by Stripe is 18.98. I'm guessing that this is due to float value rounding somewhere but haven't been able to figure this out. It's worth noting that the application is also making use of the Vat Exemption Module, however this issue affects orders both with & without VAT.

If there's any additional information or detail I can provide to help with this issue, please let me know.

enforce 3d secure

With newest version enforce 3d secure is not working properly.

Without enforcing 3d secure everything works ok.

Interesting is for me that I was testing with my real debit card which support 3d secure, but during the order I have no 3d secure option. In my case I am received a SMS with code to put on the website.

Maybe add some info or hide this option (enforce 3d secure)?

500 server error - validation of payment

During module/stripe/validation

I am receiving 500 server error. Payment are delivered but there are error regards 3d secure.

The problem exist where I have a debit card with 3d secure, but I am not using enforce 3d secure.

Can this warning be prevented?

I activated Alipay on Stripe.com and I also immediately enabled it on my webshop. Stupid, I know: I should have waited for acceptance first. Anyway, what happened next astonished me. The customer gets a warning whenever he enters the checkout page (so he doesn't need to choose Alipay first). But I do not get a warning in the backoffice.

Is there something that can be done about this?
stripe4

After 1.6 upgrade it will no longer allow both test and live keys.

I tried uninstalling and reinstalling the module but it will not allow both test and live keys to be added at same time.

The only thing that saves is the test keys, so in order to even get the live keys to show up under live, I need to put them in test, and then it saves them under the live lines.

Was working perfectly until upgrade, and the previous version still works as normal.

no address no emails only with Enable Stripe credit card form

Entry:
First: there are two types of possible payment.

stripe checkout - it transfer to stripe website and you need to type all card details + addres
in my case there is no copied address there.
Test show me all info email adress etc.

Payment using a form on merchant page.
Here we have a form on our shop
image

Here we put only credit/debit card number and pay. There is no needs to add address.

In this method(Enable Stripe credit card form ) i have no email.
image

Pay by stripe checkout is OK but I need to write again the address.

@getdatakick can you check this if you have the same problem?
Pay using Enable Stripe credit card form

Add check for enabled SSL

Live Stripe.js integrations must use HTTPS.

Module should check that SSL is enabled and warn user if it's not

Stripe default formatting makes Pay button text unreadable on store

All the colours in the stripe module are black by default, so the text "Pay" is black on black. Please make "Button foreground color" white by default. Also suggest translating these as "button text colour" - as "foreground color" is really a designers terminology, not intelligible to the layman.

Shipping costs not refunded on credit slip

Module version: 1.70
TB Version: 1.1.0

When we do a full order refund on the order page in back office a credit slip is generated. Customer is fully refunded but credit slip only shows refund for goods, not the cost of shipping

image

image

Stripe Payment Gateway

Is anyone else having issues with the credit card 💳 fields populating on the Stripe payment gateway on the website as presented on the preview on the dashboard. Everything is translating perfectly except the Actual entry fields for the Credit Card number. I have tried resetting and reconfiguring &it still
L isn't populating. The issue is not with the Stripe API Keys because all the attempts including the canceled payments are showing up on the Stripe payment accounting tab on the Stripe website. So this must be a bug in the system. Who has the answer to getting around this bug. And for the record yes we eve n changed the font color thinking that maybe that was the issue. That maybe it was there but just not showing up. Help please with the Thirtybees Stripe Block Shopping cart bug issue.

Stripe - Partial and full refund

Full refund has similar problem of partial refund, when we have “Processing in progress” on “Payment accepted status”.
image

With “Processing in progress” the “Remaining:” in begin display £0.00.
image

First, we can do an “Partial Refund”
image

Confirm the “Partial Refund”
image
The window confirms of “Partial refund” display the amount received (0) less the sum of all refunds.

After do a “Full refund”
image

Confirm the “Full refund”
image
The window confirms of “Full refund” display the amount received (0) less the sum of all refunds.

Displays “Invalid Stripe request: Could not connect with Stripe”.
image

Note: We only did this in testing mode.

Checkout Error = bouncing to new page?

I'm trying to complete a shop for a not-for profit organization.
While attempting to checkout, in test mode (and not in test mode), the site bounces me to previous page, or, to the top of the page...

Can someone please take a look and LMK what's up?

edit: removed domain

CRITICAL: Since update - no payments taken: "failed to create stripe review object" on mobile and returns to cart on desktop

Hi Since updating for the new SCA measures, I have had no payments come through

I checked and found that on desktop, when you submit payment you are returned back to the first step in the cart process.

https://youtu.be/1Fcb1rRkwAk

On mobile you get an error "Failed to create stripe review object"

Screenshot_20190904-122258_Firefox

To try and fix I reviewed my settings and double checked my api keys, it's all fine. I noticed that stripe still recognises if the wrong card details are put in, so it's not completable broken.

Please can you help ASAP, I'm losing money

Add 3D Secure (version 2.0)

Ask for new feature:
add 3D Secure (version 2.0)

There is a news from Stripe:

Strong Customer Authentication is a new European regulation coming into effect on September 14, 2019, which will require additional authentication for many online payments.

You can learn more about SCA and the latest regulatory requirements in our guide, or in our upcoming webinar on March 27, 2019.

Read our guide to learn more about what to expect from SCA

March 19, 2019

source:

https://stripe.com/blog/strong-customer-authentication-mar-2019

https://stripe.com/guides/strong-customer-authentication

https://www.barclaycard.co.uk/business/news-and-insights/guide-to-strong-customer-authentication
VISA and MasterCard will be mandating that the new version of 3D Secure (version 2.0) should be in place for issuers and merchants by April 2019 in preparation for the mass adoption in September 2019.

https://forum.thirtybees.com/topic/2743-strong-customer-authentication-sca/

If post code is not entered customer sent back to cart page with no error

I have had complaints about customers trying to pay and getting sent back to the cart page. Most of the customers were not especially helpful in describing it so I have had help from @ksimunovic working out the issue.

It seems that if a customer does not put in their postcode, they are sent back to the cart with no error message. I suspect people are not yet used to putting in this kind of information as the requirement is new, so they just ignore it.

Anyway, here is a video:

https://greencloud.gn.apc.org/index.php/s/P9zXo2mzYmQMXYs

Suggest a pop up error or stay on the page and have an error saying "postcode is mandatory" or similar.

Thanks!

When you enable stripe it is not enabled under Modules > Payments > Payment Module Restrictions

When I first enabled the stripe module it did not show up in my store, eventually I found a suggestion in an old forum from 2013 to try Modules > Payments > Payment Module Restrictions - a page I had never seen before. It was not enabled for any of my shipping options.

Either this needs to be fixed or a line should be added to the quick start help section

Quick start

Visit https://stripe.com/ and find your API keys.
Enter your keys on this page
Optionally configure the webhooks and repeat this process for every store if you have multistore enabled
You are good to go! Should you find any problems, please check out the wiki
If you have found a bug or the wiki didn't solve your problem, please open an issue on GitHub: https://github.com/thirtybees/stripe/issues

Suggest adding after optionally configure

Make sure stripe is checked for your shipping options here (link)

P24 not showing up

Hi, I have configured the module, but it does not show me P24. I have everything on. Is there anything else that needs to be configured on the stripe side? Now it is possible to pay by card only.

p24v1
p24v2
p24v3
p24v4
p24v5
p24v6

hooks

In the latest version hooks doesn't works.
alipay payment

use in Prestashop?

Hi - this module seems far more complete that the official Prestashop Stripe Module...

Would it take much editing to get this to work in Prestashop 1.6?

feature requst - send email after failed paymet method

I think that good idea would be email to merchant and to customer where there is problem with customer card. Eg. insufficient funds. That info is during error, but good idea would be email to customer account this error and/or next step.

I have notice that sometimes customer is not able to buy via stripe but via paypal (debit card) is able to pay.

For that errors it would be possible to sent email with info what to do, try reorder and try use different payment methods or contact with your bank + e.g translations.

Manual contact can save failed orders, automatic contact would be much more easier.

Stripe - Partial refund

On orders, on the fold of Stripe, we can fill the amount to be refund.

The Stripe do the refund when on “Payment accepted status” on “Order Settings” we have “Payment accepted” or “Processing in progress”.
image

Partial refund work well when we have “Payment accepted”, but when we have “Processing in progress” it’s confused.

Please see the pdf:
Process of refund on “Processing in progress” vs “Processing in progress”.pdf

Window of “Are you sure?” on “Processing in progress”
image

When we have “Processing in progress” the window “Are you sure?” Display the sum of all refunds and didn’t display the amount to be refund and should be.
image

It’s clearer if in this case, “Processing in progress” and maybe others similar who we didn’t check, give one alert like:
image

Note: We only did this in testing mode.

Error message in GuzzleClient.php: localization, relevancy and ux

Hi

3 suggestions for classes/GuzzleClient.php

The error message has to be localized so it can be translated in TB.

Moreover when the credit card number is wrong (wrong CVV for instance) we get the error "Could not connect with Stripe" but it is not relevant. Stripe is actually responding and throwing the card number error, so we should give a better error message to the user.

Last suggestion: can we get the error message INSIDE the checkout iframe instead of getting a whole page with just the error message. That way the user would stay on the checkout page and try again without having to go back to the cart. Conversion :)))

feature request: fraud radar

I would like to ask to add a fraud radar option to the module.

Such solution I saw in "official" presta module.

Wrong country for Przelewy24

{if ($stripe_p24 && in_array($stripe_country, ['NL']) && in_array($stripe_currency, Stripe::$methodCurrencies['p24']))}

P24 (Przelewy24) is a Polish payment operator. Country "PL", not "NL".

Credit card form - no email info about customers

With new stripes there is no email, or customer data.
Please see attachment from the dashboard.
1st raw is from new stripe, there is no emails. Also insode there is no customer info.

In older version of stripe there are all data, email etc (see below).
emailsstripe

can't set currency

I did the module update a few days ago. Now I do not receive any orders or payments via Stripe.

I have already uninstalled and reinstalled the module. Unfortunately, it still did not help.
Now I noticed in the settings of the payment methods that I no longer have a radio button or check box in the Currencies section. For the sections Groups, Countries and Delivery Services I can see and select the checkboxes.

you can see full message here
https://forum.thirtybees.com/topic/1619/stripe-bug-can-t-set-currency

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.