Update Wallets.php

This commit is contained in:
2022-09-29 16:14:00 +02:00
committed by GitHub
parent d44400fcfa
commit 8e88d12d88

View File

@@ -10,7 +10,7 @@ class Wallets
{
//
}
/**
* Get all wallets that belongs to the user.
*
@@ -46,4 +46,9 @@ class Wallets
return true;
}
public function setupIntent()
{
return sprintf('%swallet/?continue_url=%s', config('bitinflow-accounts.payments.dashboard_url'), urlencode(url()->to($success_path)));
}
}