Skip to content
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

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

norkans7
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.89%. Comparing base (d7b2be6) to head (b7b029f).

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.
📢 Have feedback on the report? Share it here.

@norkans7 norkans7 force-pushed the airtime-uuid branch 2 times, most recently from 463f418 to 0222807 Compare June 11, 2024 15:46
@@ -194,6 +194,7 @@
"events": [
{
"type": "airtime_transferred",
"uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
Copy link
Member

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

@norkans7 norkans7 changed the title Add UUID field to airtime transfer Add transfer UUID field to airtime transfer Jun 12, 2024
@norkans7 norkans7 marked this pull request as ready for review June 12, 2024 15:36
@@ -154,7 +157,7 @@ const (

// AirtimeTransfer is the result of an attempted airtime transfer
type AirtimeTransfer struct {
UUID uuids.UUID
TransferUUID AirtimeTransferUUID
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@rowanseymour rowanseymour merged commit b129390 into main Jun 12, 2024
7 checks passed
@rowanseymour rowanseymour deleted the airtime-uuid branch June 12, 2024 15:46
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants