Skip to content

Commit

Permalink
Add flow for testing app-orderprinter staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
rdillensnyder committed Oct 25, 2022
1 parent 91ee7a0 commit 2cd4937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased
----------

* Pass access scopes on query string [#1540](https://github.com/Shopify/shopify_app/pull/1540)
* Fixes a bug with `EnsureAuthenticatedLinks` causing deep links to not work [#1549](https://github.com/Shopify/shopify_app/pull/1549)

21.1.1 (Oct 20, 2022)
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def splash_page
return_to: request.fullpath,
shop: current_shopify_domain,
host: params[:host],
embedded: params[:embedded],
)
end

Expand Down

0 comments on commit 2cd4937

Please sign in to comment.