-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transfer UUID field to airtime transfer #1266
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1266 +/- ##
=======================================
Coverage 81.88% 81.89%
=======================================
Files 276 276
Lines 17443 17445 +2
=======================================
+ Hits 14284 14286 +2
Misses 2588 2588
Partials 571 571 ☔ View full report in Codecov by Sentry. |
463f418
to
0222807
Compare
@@ -194,6 +194,7 @@ | |||
"events": [ | |||
{ | |||
"type": "airtime_transferred", | |||
"uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be transfer_uuid
in case events themselves get uuids one day
flows/services.go
Outdated
@@ -154,7 +157,7 @@ const ( | |||
|
|||
// AirtimeTransfer is the result of an attempted airtime transfer | |||
type AirtimeTransfer struct { | |||
UUID uuids.UUID | |||
TransferUUID AirtimeTransferUUID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here it can be UUID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
No description provided.