Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit e9380c6

Browse files
committed
Remove Rush Wallet
- removes code for Rush Wallet, since that service will no longer be available in the future. - Closes #1843
1 parent a5cbe06 commit e9380c6

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

js/languages/en-US.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,6 @@
662662
"buyFlow": {
663663
"PayForOrder": "Pay for Order",
664664
"BuyOwnProductMsg": "You can't buy your own listing",
665-
"NeedTempAddress": "I need a temporary Bitcoin address",
666-
"NeedTempAddressHelper": "Please bookmark the url to your temporary bitcoin address",
667665
"CantFindAddress": "I can't find my bitcoin address",
668666
"BitcoinWallet": "Bitcoin Wallet",
669667
"ModeratedPaymentDescription": "Your payment is held in a secure wallet until the vendor completes their end of the agreement. If issues arise, a Moderator will help.",

js/templates/buyWizard.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -137,24 +137,6 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
137137
</div>
138138
</div>
139139

140-
<!-- RushWallet -->
141-
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
142-
<div class="floatLeft marginRight8">
143-
<a href="https://rushwallet.com/" target="_blank">
144-
<img src="imgs/wallet-providers/rush-wallet.png" class="thumbnail thumbnail-large-slim " />
145-
</a>
146-
</div>
147-
<div class="floatLeft width420 marginTop4">
148-
<div class="clearfix">
149-
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
150-
<a href="https://rushwallet.com/" class="js-externalLink textOpacity1">RushWallet <span class="ion-android-open fontSize10"></span></a>
151-
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
152-
</div>
153-
<div class="textOpacity75 fontSize14"><%= polyglot.t('walletProviders.RushWalletTagline') %></div>
154-
</div>
155-
</div>
156-
</div>
157-
158140
<!-- Breadwallet -->
159141
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
160142
<div class="floatLeft marginRight8">
@@ -377,9 +359,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
377359
<a href="https://openbazaar.zendesk.com/hc/en-us/articles/207535416"
378360
class="marginRight10 underline js-externalLink">
379361
<%= polyglot.t('buyFlow.CantFindAddress') %>
380-
</a><br/>
381-
<a href="https://rushwallet.com/" class="underline js-externalLink"><%= polyglot.t('buyFlow.NeedTempAddress') %></a>
382-
<span class="ion-help-circled fontSize12 custCol-text tooltip tooltip-left" data-tooltip="<%= polyglot.t('buyFlow.NeedTempAddressHelper') %>"></span>
362+
</a>
383363
</div>
384364
</div>
385365
</div>

0 commit comments

Comments
 (0)