As I am using the two different accounts for the stripe " live / test " while using the
\Stripe\Customer::retrieve($customer_id);
I am getting different responses . On test account I am getting only customer details and on live account I am getting the customer details and also getting all the subscriptions as well I need to have list of subscriptions along with the details on test account . do I need to update some thing in stripe dashboard ?