Skip to content

Commit

Permalink
Remove unnecessary tos input (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wysocki <adam.wysocki@tpay.com>
  • Loading branch information
s4ddly and Adam Wysocki authored Oct 28, 2024
1 parent b834f74 commit 527616d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.1.5

### Fixed

- Remove unnecessary tos input

## [2.1.4]

### Fixed
Expand Down
1 change: 0 additions & 1 deletion view/frontend/web/template/payment/card-tpay-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<div class="TpayRegulations">
<input name="accept_tos" id="card_accept_tos"/>
<label for="card_accept_tos">
<span data-bind="text: $t('By paying, you accept ')"></span>
<a target="_blank" data-bind="attr: {href: getTerms()}, text: $t('regulations')"></a>.<br>
Expand Down
1 change: 0 additions & 1 deletion view/frontend/web/template/payment/tpay-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<div class="TpayRegulations tpay-regulations-offset">
<input name="accept_tos" id="accept_tos"/>
<label for="accept_tos">
<span data-bind="text: $t('By paying, you accept ')"></span>
<a target="_blank" data-bind="attr: {href: getTerms()}, text: $t('regulations')"></a>.<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<div class="TpayRegulations">
<input name="accept_tos" class="generic_accept_tos"/>
<label for="generic_accept_tos">
<span data-bind="text: $t('By paying, you accept ')"></span>
<a target="_blank" data-bind="attr: {href: getTerms()}, text: $t('regulations')"></a>.<br>
Expand Down

0 comments on commit 527616d

Please sign in to comment.