Skip to content

Commit 4744550

Browse files
author
jonah
committed
testing
1 parent c13a721 commit 4744550

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

examples/main.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ func main() {
2424
/* cont, cancel := context.WithTimeout(ctx, 1)
2525
defer cancel()
2626
fmt.Println(client.GetHealth(cont)) */
27-
//fmt.Println(client.GetServerInfo(ctx))
27+
fmt.Println(client.GetServerInfo(ctx))
2828

2929
// get store id
30-
stores, _, err := client.GetStores(ctx)
30+
31+
/* stores, _, err := client.GetStores(ctx)
3132
if err != nil {
3233
panic(err)
3334
}
3435
storeID := getStoreID(stores)
35-
createInvoiceByStoreGetAndDeleteInvoiceByID(client, storeID)
36+
createInvoiceByStoreGetAndDeleteInvoiceByID(client, storeID) */
3637

3738
//getInvoicesByStore(client, storeID)
3839
//reateAndDeleteInvoice(client, storeID)
@@ -53,7 +54,8 @@ func main() {
5354
} */
5455

5556
//createPrintPageDeleteInvoice(client, &storeID)
56-
getPaymentRequests(client, &storeID)
57+
58+
//getPaymentRequests(client, &storeID)
5759

5860
//GetNotifications(client)
5961
//getAndDeleteNotification(client)

0 commit comments

Comments
 (0)