Darren

Results 13 issues of Darren

After trying to complete an order with insufficient funds, clicking add funds returns an error. The error can be replicated on a new installation from the master branch. Steps to...

bug
bug-unknown

Blockonomics create table is currently being run on each plugin update: https://github.com/blockonomics/woocommerce-plugin/blob/master/blockonomics-woocommerce.php#L515 This should only run if the current $installed_ver is not defined yet: ``` if (empty($installed_ver)){ blockonomics_create_table(); }else {...

Test to add Pay button to My account > Orders by Automatically setting the order status to Pending payment during order creation

Runs get_order for another order at the same time **How to replicate** - Delete an existing order from the blockonomics_orders array (eg. order 63) - Replace _"get_order": 63,_ in app.js...

Issue #154 - change checkout page URL from `http://localhost/wc-api/WC_Gateway_Blockonomics/?show_order=` to `http://localhost/crypto/?show_order=`

A working version of custom post type fix for issue #9 * Adds CPT - 'Bitcoin Orders' * Adds 2 pages under CPT - 'Show' and 'Track' * Forwards user...

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...

When updating from a version less than 1.7.82 to 1.7.9 or greater, the uuid column should be removed from the blockonomics_bitcoin_orders database table.

Caused when a store does not request shipping information during the checkout. This leads to an issue where the user gets redirected to `order.php?step=1` Code causing the issue can be...

Debugging for error "Property OrderPayment->amount is not valid"