mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for stripe authorize card
This commit is contained in:
parent
f14d5c9d41
commit
b0d66138d5
@ -90,7 +90,7 @@ class CreditCard
|
|||||||
$state['store_card'] = false;
|
$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;
|
$state['customer'] = $state['payment_intent']->customer;
|
||||||
|
|
||||||
$this->stripe->payment_hash->data = array_merge((array) $this->stripe->payment_hash->data, $state);
|
$this->stripe->payment_hash->data = array_merge((array) $this->stripe->payment_hash->data, $state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user