mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update Wallets.php
This commit is contained in:
@@ -10,7 +10,7 @@ class Wallets
|
|||||||
{
|
{
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get all wallets that belongs to the user.
|
* Get all wallets that belongs to the user.
|
||||||
*
|
*
|
||||||
@@ -46,4 +46,9 @@ class Wallets
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setupIntent()
|
||||||
|
{
|
||||||
|
return sprintf('%swallet/?continue_url=%s', config('bitinflow-accounts.payments.dashboard_url'), urlencode(url()->to($success_path)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user