generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Merchant
Paride Azzari edited this page Aug 24, 2024
·
1 revision
The Merchant end point allows to retrieve the merchant accouts.
The method default
retrieves the default merchant account.
use KeapGeek\Keap\Facades\Keap;
Keap::merchant()->default();
The method list
retrieves a list of all the merchant accounts.
use KeapGeek\Keap\Facades\Keap;
Keap::merchant()->list();