From 13f657fa75a0d7543e2bea840e4f750b596d9f11 Mon Sep 17 00:00:00 2001 From: tania daniela paiva Date: Wed, 26 Jun 2019 11:09:06 -0400 Subject: [PATCH] Add missing method to delete customer instruction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0e3f5..a6e5123 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To list all created customers from Finicity. #### Delete customer Using the `customer_id` you just got after you add the customer. - Finicity::Client.scope(customer_id).delete + Finicity::Client.scope(customer_id).customer.delete ### 3. Accounts #### Discover and add all accounts