Interface not loading
-
Hi
The plugin does not work for me. The Payment gateway is showing up, but nothing happens afterward.In the console, this error shows up:
The SumUp Card is not rendered. You are missing a DOM element with id = "sumup-card".
This happens because in the file “wp-content/plugins/sumup-payment-gateway-for-woocommerce/includes/class-wc-sumup-gateway.php”:268 The key “Message” does not exist. The API does not include this key.
if (isset($data["id"])) { echo '<div id="sumup-card"></div>'; echo '<input type="hidden" value="'.$data["id"].'" id="woosumup_checkout_id" />'; echo '<script type="text/javascript">jQuery(function($) { $(function () { $("#sumup-card").trigger("sumupCardInit"); }); });</script>'; } if (isset($data["error_code"])){ echo "<p>".$data['message']."</p>"; }
When is the issue expected to be fixed. My client is already using the SumUp terminal and it would be super handy, if they can use the same payment service for online and pos transactions.
Best, Daniel
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Interface not loading’ is closed to new replies.