Umar Bolatov
c908301b84
Add option to show recommeded fee on checkout invoice
...
Address #1036
2019-10-14 10:09:26 -07:00
Andrew Camilleri
18b8bec8d0
Checkout: show red border around email when invalid ( #1013 )
2019-09-12 18:28:11 +09:00
Andrew Camilleri
9a9e31c759
Split Bitcoin/LN to partial defined in payment handler and convert checkout to Vue ( #996 )
2019-08-27 11:31:15 +09:00
Andrew Camilleri
55c0c0ea6f
fix #994 tab slider not always working on checkout ( #995 )
2019-08-26 20:43:40 +09:00
Andrew Camilleri
43ee22f965
Allow overriding UI of checkout in payment handler ( #992 )
2019-08-25 22:50:11 +09:00
rockstardev
dcaf0463a7
Displaying notification for extra transaction if paidPartial
2019-05-31 07:48:42 +02:00
Kukks
139b588795
fix coinswitch...yet again
2019-05-07 23:23:29 +09:00
Amit Singh
3cd37682d3
[BUG FIX]: Coinswitch exchange with altcoins popup not showing bug fix ( #804 )
2019-05-02 21:02:01 +09:00
Kukks
1cf17872ab
Allow POS to redirect invoices automatically after paid
...
closes #730
2019-04-11 11:08:42 +02:00
rockstardev
e8b71f36b2
Adding support for noscript invoices
2019-03-31 13:46:38 -05:00
rockstardev
9a5eeee794
Javascript floating point math fix, closes #701
2019-03-23 22:28:54 -05:00
rockstardev
5261cfcdd3
Allowing for lightning payment amounts to be displayed in Satoshis
2019-03-15 22:43:57 -05:00
rockstardev
5ab92ed794
Switching to SVG for QR code so it looks OK on higher density display
...
Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
2019-03-15 21:45:55 -05:00
rockstardev
470ec3354e
Rendering QR code only if there is data, plus loading indicator
2019-03-09 09:33:05 -06:00
nicolas.dorier
c0e28ce66e
Revert "Remove error in console logs on checkout page"
...
This reverts commit 08dd94e267
.
2019-03-10 00:28:47 +09:00
nicolas.dorier
08dd94e267
Remove error in console logs on checkout page
2019-03-10 00:18:34 +09:00
Kukks
63a975267c
Fix coinswitch issue
...
Coinswitch did a breaking change, this fixes it. Closes #660
2019-03-09 14:11:56 +01:00
rockstardev
358f1ffc43
Removed border when there is only one currency
2019-03-03 17:44:28 -06:00
Rockstar Developer
a98402af12
Making currency switching indicator more obvious with button style ( #616 )
2019-02-27 13:45:58 +09:00
nicolas.dorier
0253e42bd5
Do not poll in the invoice page if websocket are working
2019-02-23 15:22:17 +09:00
nicolas.dorier
d8b1c7c10a
Fix broken lightning payments on Checkout page
2019-01-28 18:50:26 +09:00
nicolas.dorier
02d227ee02
Fix connection to checkout backend (bad links)
2019-01-28 16:24:11 +09:00
nicolas.dorier
47f8938b89
Catch websocket connection issues
2019-01-28 15:12:40 +09:00
Kukks
8b686f0b12
fix coin switch issues
2019-01-08 11:27:37 +01:00
Andrew Camilleri
fa8993191e
Update coinswitch.html
2019-01-03 15:31:56 +01:00
Andrew Camilleri
239ce28575
Update coinswitch.html
2019-01-02 21:50:43 +01:00
Kukks
68a3def35a
save state for coinswitch started order
2018-12-28 12:33:47 +01:00
Kukks
a434c45196
fix function names
2018-12-20 17:56:57 +01:00
Andrew Camilleri
30a3a84ec9
fix final issues with integration
2018-12-20 14:33:31 +01:00
Kukks
40c645e433
coinswitch integration
2018-12-18 20:14:59 +01:00
Kukks
b2e5415a35
coinswitch integration
2018-12-18 20:00:30 +01:00
Kukks
2b4603a234
coinswitch integration
2018-12-18 19:01:58 +01:00
Kukks
c00c95efcf
initial coinswitch work
2018-12-11 12:47:38 +01:00
Andrew Camilleri
daf4e5ce6c
I am sorry for so many prs <3 ( #389 )
...
* make language loading more solid
* disable browser lang preferences
* pr fix
* pr fixes
* pr fixes
* make sure language files are named correctly
* fix dropdown width issue when in modal form
* fix issue from jquery hell
2018-11-09 21:13:00 +09:00
Andrew Camilleri
f23e2a3ec4
async i18n and json translation format ( #369 )
...
* start working on loading locales async and as json
* finish off langs and UI
* fix path
* fix tests
2018-11-09 16:48:38 +09:00
Rockstar Developer
aa1ac3da50
Modal invoice through btcpay.js ( #381 )
...
* Modal through btcpay.js
* Handling close action depending on whether is modal or not
* Tweaking button position
* Stripping trailing slashes if present when setting site root
2018-11-09 16:09:09 +09:00
britttttk
1ff0a98d30
Adding Ukrainian Translation ( #352 )
2018-10-24 15:18:31 +09:00
britttttk
f0efd52cb7
Adding Kazakh Language ( #350 )
2018-10-24 15:17:09 +09:00
britttttk
bb8fa88688
Adding Vietnamese ( #351 )
2018-10-24 15:16:30 +09:00
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
nicolas.dorier
f419c56a3c
Revert "Changelly Support ( #267 )"
...
This reverts commit a5fca7a1c4
.
2018-10-18 12:27:46 +09:00
Andrew Camilleri
a5fca7a1c4
Changelly Support ( #267 )
...
* 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
2018-10-18 12:13:39 +09:00
Rockstar Developer
6278145374
Removing old QR update code ( #337 )
2018-10-17 11:55:49 +09:00
Rockstar Developer
84018a5caa
Bugfixing race condition for QR code switch ( #335 )
...
Ref: #334
2018-10-17 11:49:30 +09:00
Denny Biasiolli
a4fbb2de7e
creating italian localization file ( #310 )
2018-10-14 21:34:15 +09:00
Rockstar Developer
d04bfb58a2
Resolving issue with long translations breaking layout ( #330 )
2018-10-12 14:01:44 +09:00
britttttk
9bec38559f
Nepali Translation ( #311 )
...
* Nepali Language
* Delete Checkout.cshtml
* Delete LanguageService.cs
* add np.js
* Match Language File Style
2018-10-12 10:11:03 +09:00
Sosthene
2856454d41
[langs-fr] Correction and some minor improvement ( #316 )
2018-10-12 10:10:42 +09:00
britttttk
b3c4fc4003
Added Russian ( #312 )
2018-10-12 10:10:20 +09:00
Rockstar Developer
c2bbc04c4c
Various bugfixes ( #308 )
...
* NotifyEmail field on Invoice, sending email when triggered
* Styling invoices page
* Exporting Invoices in JSON
* Recoding based on feedback
* Fixing image breaking responsive layout on mobile
* Reducing amount of data sent in email notification
* Turning bundling on by default
2018-10-12 10:09:13 +09:00