Skip to content

Commit

Permalink
Merge pull request #98 from QuickPay/add_google_pay
Browse files Browse the repository at this point in the history
Add google pay
  • Loading branch information
FrankHald authored Feb 10, 2022
2 parents ebf7c13 + 2fed47e commit 96e9513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.22
2.1.23
2 changes: 1 addition & 1 deletion templates/payment_methods_list.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-sm-4 col-xs-6 payment-method payment-method-{{ method.name }}">
<a href="{% if method.name == "apple-pay" %}#{% else %}{{ model.session_id }}/payment-method/{{ method.name }}{% endif %}" class="btn btn-default">
<a href="{% if method.payment_request_api_method? %}#{% else %}{{ model.session_id }}/payment-method/{{ method.name }}{% endif %}" class="btn btn-default">
{% if method.name == "apple-pay" %}
<div class="apple-pay-btn" title="{{ method.nice_name }}"></div>
{% else %}
Expand Down

0 comments on commit 96e9513

Please sign in to comment.