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

Complete the stepping stone #8

Merged
merged 2 commits into from
May 23, 2024
Merged

Complete the stepping stone #8

merged 2 commits into from
May 23, 2024

Conversation

joannou
Copy link

@joannou joannou commented May 22, 2024

#5 shouldn't have been merged into master, coz it makes master broken, and could've made Rhino broken, if Rhino accidentally updates ActiveShipping.

This completes the stepping stone implementation, so that Rhino can then update ActiveShipping.

{
"Authorization": "Bearer #{ @options[:bearer_token]&.call }",
},
)
Copy link
Author

Choose a reason for hiding this comment

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

Rhino will then use it like so:

ActiveShipping::UPS.new(
  key: "poo",
  login: "pee",
  password: "poopie",
  bearer_token: -> { Setting.find_by( key: :ups_bearer_token ).value },
)

@joannou joannou requested a review from a team May 22, 2024 22:02
@joannou
Copy link
Author

joannou commented May 22, 2024

The other side:
https://github.com/Goldbely/rhino/pull/344

@joannou
Copy link
Author

joannou commented May 23, 2024

@mjcbsn22 Come this way too!

@joannou
Copy link
Author

joannou commented May 23, 2024

Don't worry, I won't merge this until https://app.circleci.com/pipelines/github/Goldbely/rhino/1484/workflows/3c1755b6-a6d7-4540-aa4d-d8ecfebd9339 is done deploying

@joannou joannou merged commit 14419ec into master May 23, 2024
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the philosophers-stone branch May 23, 2024 02:42
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.

2 participants