Skip to content

Commit

Permalink
pass currency code to 2checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Christenson committed Jan 4, 2021
1 parent 5f1ab78 commit 9e355a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<input type="hidden" name="sid" value="{{ sid }}" />
<input type="hidden" name="total" value="{{ total }}" />
<input type="hidden" name="cart_order_id" value="{{ cart_order_id }}" />
<input type="hidden" name="currency_code" value="{{ currency_code }}" />
<input type="hidden" name="card_holder_name" value="{{ card_holder_name }}" />
<input type="hidden" name="street_address" value="{{ street_address }}" />
<input type="hidden" name="city" value="{{ city }}" />
Expand Down Expand Up @@ -37,4 +38,4 @@
</form>
{% if display %}
<script type="text/javascript" src="https://www.2checkout.com/static/checkout/javascript/direct.min.js"></script>
{% endif %}
{% endif %}

0 comments on commit 9e355a6

Please sign in to comment.