From fff366074f6b440e7f2054d9c79e9991924b6df2 Mon Sep 17 00:00:00 2001 From: "Victor H. Avelar" Date: Sat, 12 Jun 2021 17:52:05 +0200 Subject: [PATCH] Add customers command to mollie --- commands/mollie.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/mollie.go b/commands/mollie.go index 1db12f7..97c7f60 100644 --- a/commands/mollie.go +++ b/commands/mollie.go @@ -207,6 +207,7 @@ func addCommands() { captures(), chargebacks(), refunds(), + customers(), ) // MollieCmd.AddCommand(Customers()) // MollieCmd.AddCommand(Invoices())