diff --git a/dac/pkg/collection_point.go b/dac/pkg/collection_point.go index 3e45007..c31be20 100644 --- a/dac/pkg/collection_point.go +++ b/dac/pkg/collection_point.go @@ -56,6 +56,8 @@ func (d dacCollectionPoint) SaveFulfillment(fulfillment Fulfillment) error { ctx, cancel := context.WithTimeout(context.Background(), dacTimeout) defer cancel() + fmt.Sprint(string(json)) + req, err := http.NewRequestWithContext( ctx, "POST",