forked from 3wordchant/capsul-flask
btcpay working! added bitpay client code to source tree to fix a bug
fixed a stripe race condition added account balance warning to account balance page
This commit is contained in:
3
capsulflask/btcpay/exceptions.py
Normal file
3
capsulflask/btcpay/exceptions.py
Normal file
@ -0,0 +1,3 @@
|
||||
class BtcPayArgumentError(Exception): pass
|
||||
class BtcPayBtcPayError(Exception): pass
|
||||
class BtcPayConnectionError(Exception): pass
|
Reference in New Issue
Block a user