Skip to content

Commit 6704167

Browse files
authored
Merge pull request #2573 from bigcommerce/revert-2572-STRIPE-987
Revert "feat(payment): STRIPE-987 Add Stripe OCS ACH stored bank accounts type"
2 parents e73e506 + 157d4e3 commit 6704167

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Removed banner widget configuration and related translations [#2561](https://github.com/bigcommerce/cornerstone/pull/2561)
1010
- Add support for shipping discounts in "order.total_rows" for use on the Order Details and Order Invoice pages [#2568](https://github.com/bigcommerce/cornerstone/pull/2568)
1111
- Updates eslint to v8 [#2570](https://github.com/bigcommerce/cornerstone/pull/2570)
12-
- Add stored by token ACH bank accounts type 'tokenized_ach', to the Payment methods page [#2572](https://github.com/bigcommerce/cornerstone/pull/2572)
1312

1413
## 6.16.2 (06-18-2025)
1514
- Restore indentation and quote rules to match BC Sass Style Guide [#2554](https://github.com/bigcommerce/cornerstone/pull/2554)

templates/components/account/payment-methods-list.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ <h4 class="paymentMethodsTitle">
3636
{{#if ../methodId '===' 'ach'}}
3737
<img class="methodHeader-icon" src="{{cdn 'img/payment-methods/ach.svg'}}" alt="{{lang 'account.payment_methods.ach'}}" title="{{lang 'account.payment_methods.ach'}}">
3838
<span class="methodHeader-brand">{{lang 'account.payment_methods.bank_account'}} {{lang 'account.payment_methods.card_ending_in' last_four=masked_account_number}}</span>
39-
{{else if ../methodId '===' 'tokenized_ach'}}
40-
<img class="methodHeader-icon" src="{{cdn 'img/payment-methods/ach.svg'}}" alt="{{lang 'account.payment_methods.ach'}}" title="{{lang 'account.payment_methods.ach'}}">
41-
<span class="methodHeader-brand">{{lang 'account.payment_methods.bank_account'}} {{lang 'account.payment_methods.card_ending_in' last_four=masked_account_number}}</span>
4239
{{else if ../methodId '===' 'ecp'}}
4340
<img class="methodHeader-icon" src="{{cdn 'img/payment-methods/ach.svg'}}" alt="{{lang 'account.payment_methods.ach'}}" title="{{lang 'account.payment_methods.ach'}}">
4441
<span class="methodHeader-brand">{{lang 'account.payment_methods.bank_account'}} {{lang 'account.payment_methods.card_ending_in' last_four=masked_account_number}}</span>

0 commit comments

Comments
 (0)