Skip to content

Conversation

davidcornu
Copy link
Member

Summary of the problem

We want to keep track of the Wise recipient ID when marking transfers as complete.

Describe your changes

@davidcornu davidcornu requested review from a team as code owners August 7, 2025 19:41
@davidcornu davidcornu force-pushed the david/push-yuzytwuolkrv branch from f7424e0 to b7a8a1b Compare August 7, 2025 21:04
@leowilkin
Copy link
Member

ty <3

db/schema.rb Outdated
@@ -11,6 +11,7 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.2].define(version: 2025_08_08_033500) do

Copy link
Member

Choose a reason for hiding this comment

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

Should this be here?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

Copy link
Member Author

Choose a reason for hiding this comment

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

It should definitely not. I must have added it when fixing a merge conflict.

Copy link
Member

@sampoder sampoder left a comment

Choose a reason for hiding this comment

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

lgtm!

Copy link
Contributor

@YodaLightsabr YodaLightsabr left a comment

Choose a reason for hiding this comment

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

very clean!

@@ -1,6 +1,6 @@
<% if @hcb_code.wise_transfer.wise_id.present? %>
<% if @hcb_code.wise_transfer.wise_url %>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: do we still want to call .present? here

Copy link
Member Author

Choose a reason for hiding this comment

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

We do already in the implementation of wise_url so didn't think it necessary. Happy to add it if you think it's clearer.

db/schema.rb Outdated
@@ -11,6 +11,7 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.2].define(version: 2025_08_08_033500) do

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@davidcornu davidcornu enabled auto-merge August 11, 2025 14:12
@davidcornu davidcornu added this pull request to the merge queue Aug 11, 2025
Merged via the queue into main with commit 4975860 Aug 11, 2025
13 checks passed
@davidcornu davidcornu deleted the david/push-yuzytwuolkrv branch August 11, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants