Current section

Files

Jump to
shopifex lib shopifex_web templates payment show-plans.html.eex
Raw

lib/shopifex_web/templates/payment/show-plans.html.eex

<%=
ReactPhoenix.ClientSide.react_component(
"Components.WrappedShowPlans",
%{
guard: @guard,
plans: Shopifex.Shops.list_plans_granting_guard(@guard),
shop_url: @conn.private.shop_url,
redirect_after: @redirect_after,
shopify_api_key: Application.get_env(:shopifex, :api_key),
session_token: Shopifex.Plug.ShopifySession.session_token(@conn)
}
)
%>