Skip to content

Commit 6896afc

Browse files
authored
Update README.md
1 parent 835fb82 commit 6896afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class WooCommerceApiClientUsageDemo {
5656

5757
try {
5858

59-
List<Customer> customers = customersApi.listAllCustomers(null, null, null, null, null, null, null, null, null, null, null, null, null);
59+
List<Customer> customers = customersApi.listAllCustomers(null, null, null, null, null, null, null, null, null, null, null);
6060

6161
// Example list of customer emails:
6262
for (Customer customer : customers) {

0 commit comments

Comments
 (0)