Nimiq
Forum Replies Created
-
Forum: Plugins
In reply to: [Wemalo Connect] Critical bug introduced in latest versionAdditionally, your plugin is incompatible with PHP 8, as it’s using the
array_key_exists()
method with objects, which is no longer supported: https://www.php.net/manual/en/function.array-key-exists.php#refsect1-function.array-key-exists-notesWaiting patiently for an update from your side. You are also welcome to ask me for my code fixes I made in our WordPress instance at my email address [email protected].
Hello @siiilke,
thank you for this question!
Please check the setting “Transaction Message” in this plugin’s settings (Nimiq section). This message should not be longer than 50 characters. If you are using non-ASCII characters, the message must be even shorter (non-ASCII characters use more bytes per character).
Please let me know if this fixes your issue.
Best regards,
S?renHi @caco26i!
Do you mean to add a new crypto currency (such as LTC or BCH, etc.), or a fiat currency?
Adding a crypto currency is very unlikely, as we would need to add it to the Nimiq Hub, which we currently do not plan to extend with new cryptos.
Adding a fiat currency is relatively simple. We need to have a reliable API that provides the exchange rate from NIM, BTC and ETH to this currency, then we can simply add it to this plugin.
I hope this answers your question.
Regards,
S?ren- This reply was modified 4 years, 2 months ago by Nimiq.
Hi @jkillas, thank you for your question!
The plugin supports 2 sources of current-price information:
– Fastspot API, which only supports EUR and USD
– Coingecko, which supports all of these currencies: https://api.coingecko.com/api/v3/simple/supported_vs_currenciesYou are welcome, glad it worked out!
You can give this plugin a review when you feel comfortable ??
Happy selling!
S?renHi there! Thanks for installing and using this plugin!
We have found two ETH wallets so far that let you export a working xpub:
- Jaxx Liberty (both desktop and mobile)
- BitPay (both desktop and mobile)
You can also get your “Account Extended Public Key” from your Mnemonic Phrase on this website: https://iancoleman.io/bip39/ (you can even use it offline).
Let me know how it goes or which wallet software you are currently using for ETH.
Kind regards,
S?ren- This reply was modified 5 years, 3 months ago by Nimiq.
Version 3 is released that removes the other payment options from the payment page. Let me know if this works for you! =)
The new version v3 is now released and does not show other payment options on the payment page anymore. However, this separate payment page is required, because the order must be created in WooCommerce first before a user is allowed to pay.
As of version 2.8.1 released two days ago the ‘What is Nimiq?’ string also moved into the payment gateway box and is also translatable.
Hi!
So bear with me… I just learned that languages can be included in the plugin itself. Before that I was only aware of the WordPress translation method that generates language packs automatically.
The new plugin version out at the end of the week will now definitely include language files!
Sorry for the wait!
Hi, sorry I didn’t answer, apparently I get not automatically subscribed to forum posts on my own plugin… (thanks WordPress).
The new plugin version that fixes this (removes other payment options from payment screen) will be available towards the end of the week.
Sorry you had to wait so long.
The new plugin version that will support BTC and ETH and removes the other payment options from the payment screen will be available at the end of this week.
Hi!
I have built it this way originally, so that the order exists in the system already when the payment is made, so that there can’t be a case where a payment is made, but no order registered (e.g. when the user closes the window after the payment, but before the popup closes itself).But you are not the first to notice this, so I will look into changing it to pay first, then order, or at least make it configurable.
There is also a server-side redirect in the works, which would not require binding to a specific button, but there’s no ETA yet.
I’ll let you know when I have an update for you.
Thanks,
S?ren