-
## Feature
Add bitcoin payments support using [Blockonomics API](https://www.blockonomics.co/views/api.html). More documentation available at https://devlibrary.blockonomics.co/
We have existing [o…
-
I know you have this disclaimer page coming up once in a while, but it says IPNs are not blocked.
I had an issue yesterday though, while I was developing another payment integration on a project I'…
-
https://github.com/sgsshankar/blockonomics-node/blob/06b79753a1f8cba5216908b618b33e4920dece94/blockonomics.js#L59-L67
Solution below, I can submit a pull request if you'd like
```
getNewAddres…
-
This can be verified by this patch
```
diff --git a/blockonomics-woocommerce.php b/blockonomics-woocommerce.php
index 65f6395..a6826b1 100755
--- a/blockonomics-woocommerce.php
+++ b/blockonomics…
-
Hello,
my payment URL looks like
`http://localhost/wc-api/WC_Gateway_Blockonomics/?show_order=1C8965rf2BP44Krtm2imutAXAfgFwt9Lth`
and I want something like this
`http://localhost/crypto/?s…
-
The module currently does not work if the store currency is set to BTC. We will need to confirm there will be no issues with 8 decimal places when including the following fix.
https://github.com/bl…
-
It would be nice to have multi-language support, otherwise hosts using other languages would have english mixed in the content, which looks unprofessional.
I don't know how feasible this is, but I …
-
Hi, [Blockonomics](https://www.blockonomics.co/) has enabled support for altcoins (e.g. Ethereum, Litecoin etc.) on their woocommerce plugin through [Flyp.me](https://flyp.me). Is it possible to offer…
-
This class seems to be choking on valid SegWit addresses emitted by Electrum.
The following address:
bc1q2n496yyjcm4g7xplrzx0c6h6gg94uflq5qtq25
Fails to decode with the message:
Invalid pa…
-
Regarding "Send order" button in checkout.
Line 22 in WC_Gateway_Blockonomics.php:
`$this->order_button_text = __('Pay with bitcoin', 'blockonomics-bitcoin-payments');`
This is unnecessary co…