mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Minor fixes for WePay
This commit is contained in:
parent
98aaf3028b
commit
fc1a605046
@ -161,7 +161,7 @@ class ACH
|
|||||||
{
|
{
|
||||||
$meta = $token->meta;
|
$meta = $token->meta;
|
||||||
$meta->state = $response->state;
|
$meta->state = $response->state;
|
||||||
$token->meta;
|
$token->meta = $meta;
|
||||||
$token->save();
|
$token->save();
|
||||||
|
|
||||||
return redirect()->route('client.payment_methods.index');
|
return redirect()->route('client.payment_methods.index');
|
||||||
|
Loading…
Reference in New Issue
Block a user