Skip to content

Commit

Permalink
Add client-reference-id back to pricing table
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Jan 18, 2024
1 parent 12887a4 commit dd2816b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/choose_plans/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<div class="container mt-5">
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1OZti1GN44eilIAFVxePDmTm"
publishable-key="pk_live_51NyrxrGN44eilIAFbA0ShMzwlAWVLAA7cu7kUqlOh9nnK9eWvup17zuNf0rfz7G2DEWp0BOyz9naPK4gyWa5C03P00vGgOnTNM">
<stripe-pricing-table
pricing-table-id="prctbl_1OZti1GN44eilIAFVxePDmTm"
publishable-key="pk_live_51NyrxrGN44eilIAFbA0ShMzwlAWVLAA7cu7kUqlOh9nnK9eWvup17zuNf0rfz7G2DEWp0BOyz9naPK4gyWa5C03P00vGgOnTNM"
client-reference-id="<%= @checkout_client_reference_id %>"
>
</stripe-pricing-table>
</div>

Expand Down

0 comments on commit dd2816b

Please sign in to comment.