working on droplet, adding app components

This commit is contained in:
Sam
2026-03-10 21:15:47 +00:00
parent fc81da9743
commit 4d2c515b7d
10 changed files with 303 additions and 18 deletions

View File

@@ -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,