Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add cryptocurrency as a payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltc13 committed Jan 21, 2024
1 parent ec8a9d1 commit 7d698de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BetterFinds/Pages/Auction.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<option value="CreditCard">Credit Card</option>
<option value="PayPal">PayPal</option>
<option value="ApplePay">Apple Pay</option>
<option value="CryptoCurrency">Crypto Currency</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Pay</button>
Expand Down

0 comments on commit 7d698de

Please sign in to comment.