krokedil / klarna-checkout-for-woocommerce

Klarna Checkout for WooCommerce plugin
16 stars 23 forks source link

Check for retrieval only if data is an object or array #538

Closed mntzrr closed 1 year ago

mntzrr commented 1 year ago

I suspect we receive data = false if the AJAX request succeeds, but the result is a failure. In other instances, we receive data = bad_nonce. This change should cover both cases.