btcpayserver/BTCPayServer/Payments
Andrew Camilleri 4b976c13c1 Changelly v2 (#343)
* Disable shapeshift and use changelly

* UI to manage changelly payment method

* wip on changelly api

* Add in Vue component for changelly and remove target currency from payment method

* add changelly merhcant id

* Small fixes to get Conversion to load

* wip fixing the component

* fix merge conflict

* fixes to UI

* remove debug, fix fee calc and move changelly to own partials

* Update ChangellyController.cs

* move original vue setup back to checkout

* Update core.js

* Extracting Changelly component to js file

* Proposal for loading spinner

* remove zone

* imrpove changelly ui

* add in changelly config checks

* try new method to calculate amount + remove to currency from list

* abstract changelly lofgic to provider and reduce dependency on js component

* Add UTs for Changelly

* refactor changelly backend

* fix failing UT

* add shitcoin tax

* pr changes

* pr changes

* WIP: getting rid of changelly dependency

* client caching, compiling code, cleaner code

* Cleaner changelly

* fiat!

* updat i18n, css and error styler

* default keys

* pr changes part 1

* part2

* fix tests

* fix loader alignment and retry button responsiveness

* final pr change
2018-10-24 14:52:19 +09:00
..
Bitcoin Making BTCPayServer a bit faster when creating invoices 2018-08-21 13:54:52 +09:00
Changelly Changelly v2 (#343) 2018-10-24 14:52:19 +09:00
Lightning Remove Lightning Specific logic from BTCPay, and use BTCPayServer.Lightning packages instead 2018-08-30 12:24:00 +09:00
IPaymentFilter.cs Can disable method of payments 2018-07-30 23:54:31 +09:00
IPaymentMethodDetails.cs Remove dependencies in StoreController to on chain payment specific stuff 2018-02-20 12:45:04 +09:00
IPaymentMethodHandler.cs Making BTCPayServer a bit faster when creating invoices 2018-08-21 13:54:52 +09:00
ISupportedPaymentMethod.cs Remove dependencies in StoreController to on chain payment specific stuff 2018-02-20 12:45:04 +09:00
PaymentMethodExtensions.cs Changelly v2 (#343) 2018-10-24 14:52:19 +09:00
PaymentMethodId.cs Remove dependencies in StoreController to on chain payment specific stuff 2018-02-20 12:45:04 +09:00
PaymentMethodUnavailableException.cs Refactor CreateInvoiceCore to better give feedback on payment method errors to the merchant, be faster, and give NodeInfo 2018-03-28 22:37:01 +09:00
PaymentTypes.cs Lightning Network support implementation 2018-02-26 00:48:12 +09:00