Fixes for stripe authorize card
This commit is contained in:
parent
f14d5c9d41
commit
b0d66138d5
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class CreditCard
|
|||
$state['store_card'] = false;
|
||||
}
|
||||
|
||||
$state['payment_intent'] = PaymentIntent::retrieve($state['server_response']->id);
|
||||
$state['payment_intent'] = PaymentIntent::retrieve($state['server_response']->id, $this->stripe->stripe_connect_auth);
|
||||
$state['customer'] = $state['payment_intent']->customer;
|
||||
|
||||
$this->stripe->payment_hash->data = array_merge((array) $this->stripe->payment_hash->data, $state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue