Customer account sync with Intuit
This commit is contained in:
@@ -43,10 +43,16 @@ return [
|
||||
'redirect' => '/auth/google/callback',
|
||||
],
|
||||
|
||||
'provider' => [
|
||||
'intuit' => [
|
||||
'api'=> \Intuit\API::class,
|
||||
]
|
||||
],
|
||||
|
||||
'supplier' => [
|
||||
'crazydomain' => [
|
||||
'api'=> \Dreamscape\API::class,
|
||||
'registrar' => 'crazydomain', // Key in the domain_registrars table
|
||||
]
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user