app/views/solidus_nexio/payments/capture.html.erb in solidus_nexio-0.2.1 vs app/views/solidus_nexio/payments/capture.html.erb in solidus_nexio-0.2.2

- old
+ new

@@ -1,3 +1,10 @@ -<script> - window.parent.postMessage({ type: 'three_d_secure_result', state: '<%= @result.state %>' }); -</script> +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title></title> +</head> +<body> + <script>window.close()</script> +</body> +</html>