Skip to content

Commit

Permalink
Small Changes 👼
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadali-Akbarov committed Sep 13, 2023
1 parent 7616427 commit 079d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receipts.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (c *SubscribeAPI) payCheckP2P(ctx context.Context, data PaymentDetails, cre

paidReceiptsID = respPayReceipt.Result.Receipt.ID

logrus.Infof("receipts paid for order - %v request-id - %s transaction id - %s", data.Client.OrderID, requestID, paidReceiptsID)
logrus.Infof("receipts p2p paid for order - %v request-id - %s transaction id - %s", data.Client.OrderID, requestID, paidReceiptsID)

return paidReceiptsID, nil
}
Expand Down

0 comments on commit 079d0c3

Please sign in to comment.