I tested the current sandbox version of this plugin but I have an error on returning URL.

X-Pay Key Client requires a public returning URL but this URL is viewable only for customer, for example http://www.site.com/checkout/25/complete

Do I have to change my X-Pay Key Client account or there is a way to use this plugin like paypal (that adds a line on the order payment)?

Thanks!

Comments

smurfxx’s picture

That problem was caused by a security module of my apache server, I deactivated that adding the following stings at the end of the .htaccess drupal file:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

I close this issue.

smurfxx’s picture

Status: Active » Closed (fixed)