-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(payment): Include instructions about crypto addresses (replaces…
… PR 1582).
- Loading branch information
1 parent
100b945
commit 86ed8e0
Showing
1 changed file
with
40 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,16 +70,24 @@ <h2> | |
</table> | ||
|
||
<div *ngIf="receipt.status == 1 && receipt.method === 'coinbase'"> | ||
<h3> Cryptocurrency transfer </h3> | ||
<h2> Cryptocurrency transfer </h2> | ||
|
||
<p> | ||
Choose one of the available cryptocurencies below and send the correct amount to the specified address by copying and pasting it into your cryptocurency app or scanning the QR code with your mobile phone camera. | ||
Choose one of the available cryptocurencies below and send the correct amount (converted from USD to the desired currency) to the specified address by copying and pasting it into your cryptocurency app or scanning the QR code with your mobile phone camera. | ||
</p> | ||
|
||
<p> | ||
Please let us know via an email to [email protected] that you have paid with a cryptocurrency transfer so that we can apply the payment to your account. Be advised that it may take 1-2 days for the payment to be registered and your subscription updated. | ||
<strong>Please notify us via [email protected] that you have paid with a cryptocurrency transfer and include your crypto address so that we can apply the payment to your account.</strong> | ||
</p> | ||
|
||
<p> | ||
Be advised that it may take 1-2 days for the payment to be registered and your subscription updated. | ||
</p> | ||
|
||
<h3> | ||
Runbox Crypto Addresses | ||
</h3> | ||
|
||
<h4> | ||
Bitcoin: | ||
</h4> | ||
|
@@ -140,43 +148,43 @@ <h4> | |
|
||
<div *ngIf="receipt.status == 1 && receipt.method === 'offline'"> | ||
|
||
<h3> SWIFT transfer </h3> | ||
<h2> SWIFT transfer </h2> | ||
|
||
<p> | ||
Runbox Solutions accepts SWIFT and SEPA payments, but please be aware that this is an expensive payment alternative as the sender must pay the transaction cost. It may take a while for us to receive and register your payment as it cannot be automatically applied to your account. | ||
</p> | ||
<p> | ||
Payment should be made from a bank account in your name, otherwise delays may occur in payments being applied to your Runbox account. Please contact us upon paying to make sure your payment is registered as efficiently as possible. | ||
</p> | ||
|
||
<table> | ||
<tr> | ||
<td> IBAN: </td> <td> NO29 1503 2111 731 </td> | ||
</tr><tr> | ||
<td> SWIFT: </td> <td> DNBANOKKXXX </td> | ||
</tr><tr> | ||
<td> Address: </td> <td> Runbox Solutions AS, Oscars gate 27, 0352 Oslo, Norway </td> | ||
</tr><tr> | ||
<td> Bank address: </td> <td> DNB Bank ASA, 0021 Oslo, Norway </td> | ||
</tr> | ||
</table> | ||
|
||
<h3> Cash payment </h3> | ||
|
||
<p> | ||
Send the cash via registered or regular mail (not recommended) to: Runbox Solutions AS, Oscars gate 27, 0352 Oslo, Norway. | ||
</p> | ||
|
||
<p> | ||
Payment should be made from a bank account in your name, otherwise delays may occur in payments being applied to your Runbox account. Please contact us at [email protected] upon paying to make sure your payment is registered as efficiently as possible. | ||
</p> | ||
<table> | ||
<tr> | ||
<td> IBAN: </td> <td> NO29 1503 2111 731 </td> | ||
</tr><tr> | ||
<td> SWIFT: </td> <td> DNBANOKKXXX </td> | ||
</tr><tr> | ||
<td> Address: </td> <td> Runbox Solutions AS, Oscars gate 27, 0352 Oslo, Norway </td> | ||
</tr><tr> | ||
<td> Bank address: </td> <td> DNB Bank ASA, 0021 Oslo, Norway </td> | ||
</tr> | ||
</table> | ||
<h2> Cash payment </h2> | ||
<p> | ||
Send the cash via registered or regular mail (not recommended) to: Runbox Solutions AS, Oscars gate 27, 0352 Oslo, Norway. | ||
</p> | ||
<p> | ||
Be advised that payments sent by regular mail may be delayed or lost, and that they require manual processing. Therefore you should send such payments well ahead (at least 3 weeks) of your trial or subscription period's expiration.</p> | ||
<p> | ||
You may avoid delays and service disruptions by scanning (or taking a picture of) the payment prior to sending it in the mail, and emailing it to [email protected]. | ||
</p> | ||
|
||
<p> | ||
Note: Please mark the payment with your Runbox username and the Transaction ID above so we can apply the payment to your account. | ||
</p> | ||
</div> | ||
</p> | ||
<p> | ||
Note: Please mark the payment with your Runbox username and the Transaction ID above so we can apply the payment to your account. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<ng-template #loading> | ||
|