Skip to content

Commit

Permalink
Blockonomics Changes (mrvautin#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-54 authored Oct 29, 2021
1 parent 0639174 commit 0c4e213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"currencySymbol": "£",
"currencyISO": "USD",
"paymentGateway": [
"stripe"
"stripe",
"blockonomics"
],
"databaseConnectionString": "mongodb://127.0.0.1:27017/expresscart",
"theme": "Cloth",
Expand Down
4 changes: 3 additions & 1 deletion views/partials/payments/blockonomics.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<form action='/blockonomics/checkout_action' method='POST'>
<div class="">
<div class="mb-2">{{@root.paymentConfig.blockonomics.description}}</div>
<button id="checkout_blockonomics" class="btn btn-outline-success waves-effect waves-light blue darken-3" type="submit">Pay with Bitcoin</button>
</div>
</div>
</form>

0 comments on commit 0c4e213

Please sign in to comment.