简体   繁体   English

Joomla Virtuemart信用卡付款方式从银行发行重定向

[英]Joomla Virtuemart Credit card payment method redirect from bank issue

I'm new to Joomla but my task is to develop a payment method plugin for virtuemart which handles credit card payments. 我是Joomla的新手,但我的任务是为Constancemart开发一种付款方法插件,该插件可以处理信用卡付款。 I could manage to send the user to the bank interface, I got the framework from the bank and test datas for cards. 我可以设法将用户发送到银行界面,从银行获得框架并测试卡的数据。 I must give a "backURL" parameter to the $_REQUEST global, the bank will redirect me to that url. 我必须为$_REQUEST全局变量提供一个“ backURL”参数,银行将把我重定向到该URL。 I gave it the cart's url, but the bank automatically sets some extra arguments for the backurl. 我给了它购物车的网址,但是银行自动为backurl设置了一些额外的参数。 The basic cart url with random cart id is index.php/cart?Itemid=486 . 具有随机购物车ID的基本购物车网址为index.php/cart?Itemid=486 The bank send me back to this url: cart?Itemid=486&paymentAnswer=true&posId=%2302299991&trasactionId=82085643863031898809897446845071 . 银行将我发送回此网址: cart?Itemid=486&paymentAnswer=true&posId=%2302299991&trasactionId=82085643863031898809897446845071 This url shows me a 404 error. 此网址显示了404错误。 How can I handle these extra parameters in joomla? 如何在joomla中处理这些额外的参数? Is it template related? 它与模板相关吗? I'm using Joomla 2.5 with VurtueMart 3. Thanks in advance! 我在VurtueMart 3中使用Joomla 2.5。

On your web server is actived a ModSecurity, try to disable it and it will work. 在您的Web服务器上激活了ModSecurity,尝试将其禁用,它将起作用。 I had same problem 我有同样的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM