This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1494 from blockchain/sfox-expected-trades
Sfox expected trades
- Loading branch information
Showing
9 changed files
with
54 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1902,7 +1902,7 @@ | |
"DISPLAY": "Pending Sell", | ||
"ACTION": "@:EXCHANGE.ACTIONS.VIEW_DETAILS", | ||
"HEADER": "Sell Order in Progress", | ||
"BODY": "Your sell trade has been initiated. Your funds will be deposited into your bank account within 3-5 business days. <b>Your order ID is: SFX-{{::tradeId}}</b>" | ||
"BODY": "Your sell trade has been initiated. Your funds will be deposited into your bank account by {{::expectedDelivery}}. <b>Your order ID is: SFX-{{::tradeId}}</b>" | ||
}, | ||
"failed": { | ||
"DISPLAY": "Failed Sell", | ||
|
@@ -1927,6 +1927,7 @@ | |
"TX_FEE": "Transaction Fee", | ||
"TOTAL": "Total Outgoing Bitcoin", | ||
"INTRODUCING_HEADER": "Sell Bitcoin", | ||
"EXPECTED_DELIVERY": "Estimated Delivery of Funds", | ||
"INTRODUCING_BODY": "Selling bitcoin is simple, seamless, and secure. Thanks to our partnership with SFOX, you can sell bitcoin directly from your Blockchain wallet.<br><br>Tips for getting started:<br>The minimum amount you can sell is $10. Your daily maximum can be found under the local currency field.<br><br>Currently, your Blockchain wallet supports linking only one bank account. If you would like to change your synced account, please email <a href=\"mailto:[email protected]?subject=Questions%20about%20my%20account%20-%20Blockchain\">[email protected]</a>. Please note: selling with a credit card is not supported at this time.", | ||
"TRADING_FEE": "Trading Fee", | ||
"TO_BE_RECEIVED": "USD To Be Received", | ||
|
@@ -1943,7 +1944,7 @@ | |
"DISPLAY": "Pending Buy", | ||
"HEADER": "Buy Order in Progress", | ||
"ACTION": "@:EXCHANGE.ACTIONS.VIEW_DETAILS", | ||
"BODY": "Your buy trade has been initiated. You will receive your bitcoin in 3-7 business days. <b>Your order ID is: SFX-{{::tradeId}}</b>" | ||
"BODY": "Your buy trade has been initiated. You will receive your bitcoin on {{::expectedDelivery}}. <b>Your order ID is: SFX-{{::tradeId}}</b>" | ||
}, | ||
"rejected": { | ||
"DISPLAY": "Rejected Buy", | ||
|
@@ -1964,6 +1965,7 @@ | |
"TRADING_FEE": "@:SFOX.sell.TRADING_FEE", | ||
"TX_FEE": "@:SFOX.sell.TX_FEE", | ||
"NOW_SUPPORTING": "This Just In!", | ||
"EXPECTED_DELIVERY": "@:SFOX.sell.EXPECTED_DELIVERY", | ||
"ANNOUNCEMENT": "Buy has arrived. You can now swiftly buy bitcoin directly from within your Blockchain wallet!", | ||
"GET_STARTED": "Begin Buying", | ||
"COMING_SOON": "We are working hard to bring <strong>buy bitcoin</strong> functionality to your wallet very soon.", | ||
|