stripe-for-woocommerce icon indicating copy to clipboard operation
stripe-for-woocommerce copied to clipboard

Use Stripe for collecting credit card payments on WooCommerce.

Results 3 stripe-for-woocommerce issues
Sort by recently updated
recently updated
newest added

Hi Stephen. Found that bug today. ->is_available() method was returning false every time, when called outside of native checkout process. For example, if we call $woocommerce->payment_gateways->get_available_payment_gateways(); externally, in some other...