dadeke / woo-picpay

QR Code PicPay for WooCommerce - WordPress Plugin
https://wordpress.org/plugins/woo-picpay/
GNU General Public License v3.0
17 stars 4 forks source link

Fix issue with emptying cart and handling errors in PicPay gateway #9

Open lgobatto opened 1 week ago

lgobatto commented 1 week ago

When calling from REST API some methods are not available also maybe the cart isn't present since we may are charging a order created from rest (where WC()->cart) is empty.

Also wc_add_notice isn't available when doing rest api calls.