working on droplet, adding app components
This commit is contained in:
@@ -56,7 +56,6 @@ export default class PaymentsHandler {
|
||||
{ limit: 100, expand: ['data.subscriptions'] },
|
||||
{ stripeAccount: network.stripeAccountId }
|
||||
);
|
||||
console.log(customers)
|
||||
|
||||
return customers.data.map(customer => ({
|
||||
id: customer.id,
|
||||
|
||||
Reference in New Issue
Block a user