File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments