BitPay
Forum Replies Created
-
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenHi @zaka888 – could you share a bit more information? We have a few guidelines regarding the payment icons that can be read on https://developer.bitpay.com/docs/checkout-page.
If you have any other questions please don’t hesitate to let us know, and any other information or screenshots you can provide would be greatly appreciated.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerAwesome! Thanks for spotting it – it was a huge help. We didn’t catch it because our GitHub Actions runners were using
ubuntu-latest
, which very recently switched to 22.04. The image for this version does not include PHP 8.0, and does not fail when it’s passed into a version matrix. This resulted in 8.1 being used to runcomposer install
as well as tests on 8.0 and 8.2 in the SDK.We were able to stick with
ubuntu-20.04
and run 8.0, 8.1, and 8.2, and have since split our tests between PHPUnit 9 and 10.This was immensely helpful, and we really appreciate you reporting it. It’s a case that shows how the WP community really does help.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composer@risbo95 this is deploying to the marketplace now. We’ve tested Composer with PHP 8.0, and tested the plugin. We have not run into any issues but definitely let us know if you come across anything. I’ll keep this open for a day or two.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello again @risbo95 we just wanted to give you another quick update. We’ve updated the SDK and plugin repositories to address this specific issue and plan on releasing both either tomorrow or Monday.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello,
PHP 8.0 is already only under security support, with 8.1 and 8.2 being actively supported. Being that our SDK and plugins deal with handling cryptocurrency, our new SDKs and plugins are going to follow officially supported language versions.
We are using PHPUnit 10 in our SDK, but we’ve confirmed that our tests will pass in PHPUnit 9. We’re updating our tests to run in both 9 and 10 in our workflow, and will rebuild our composer.lock file for PHP 8.0.
That said, if you just install the plugin, you should be OK on PHP 8.0 since there’s no need to run Composer unless you’re developing for the plugin.
We are working on making a few updates today in an effort to address the PHP 8.0 issue with Composer.
That said, please bear in mind that we will stop supporting PHP 8.0 on Nov 26, 2023 following its official EOL per https://www.php.net/supported-versions.php.
Thanks!
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello! We’ll take a look at this today. Please note that you do not need to use composer to install the plugin because we pre-package the vendor directory.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Plugin doesn’t workHi @tdessa ,
This is most likely because you havent finished setting up your BitPay account (settlement, compliance documentation, etc)
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Plugin Redirecting to homepageHi Abel,
This is most likely because you havent finished setting up your BitPay account (settlement, compliance documentation, etc)
Yes, this is compatible with the latest versions of WooCommerce and WordPress.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] bug introduced in 3.10.1912Hi @meepmeepbee
An update was submitted, this should be fixed in 3.14.1912. There is an option to enable or disable the mini cart logo now.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] bug introduced in 3.10.1912@meepmeepbee Where is this occuring? Is it on the product page, the checkout page, the mini-cart? If you can narrow it down we’ll fix it ASAP.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] bug introduced in 3.10.1912@meepmeepbee I can’t tell from the screenshot where you are in WooCommerce, but there are 2 updates in the admin.
1) Show on Product Page – this adds a Quick Checkout feature to the individual product page
2) Show Logo on Checkout – I think this is the issue you’re seeing, turn this off and see if that resolves thingsIf neither of these work, can you send a bigger screenshot, tell us where you clicked to view this, etc? We’ll make it an option if 1 or 2 doesnt fix things.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] bug introduced in 3.10.1912@meepmeepbee this was removed a few versions ago.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Modal Checkout is not workingCheck that the javascript is loaded and not blocked by your browser. If it is, you can set the method to the Redirect
Hi @christian1983, this should be resolved now