mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 16:24:37 -04:00
Update customer for stripe
This commit is contained in:
parent
0ba05bc985
commit
12febeadfe
@ -130,7 +130,7 @@ class CreditCard
|
||||
|
||||
public function processSuccessfulPayment()
|
||||
{
|
||||
UpdateCustomer::dispatch($this->stripe->company->company_key, $this->stripe->company_gateway->id, $this->stripe->client->id);
|
||||
UpdateCustomer::dispatch($this->stripe->company_gateway->company->company_key, $this->stripe->company_gateway->id, $this->stripe->client->id);
|
||||
|
||||
$stripe_method = $this->stripe->getStripePaymentMethod($this->stripe->payment_hash->data->server_response->payment_method);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user