2

使用 codeigniter 购物车,我们从 PayU india 购买了支付网关。我可以在普通 php 中使用以下代码集成此网关。

pay_page( array ('key' => 'gtKFFx', 'txnid' => uniqid( 'animesh_' ), 'amount' => rand( 0, 100 ),
            'firstname' => 'Test', 'email' => 'test@payu.in', 'phone' => '98765433210',
            'productinfo' => 'Product Info', 'surl' => 'payment_success', 'furl' => 'payment_failure'), 
            'eCwWELxi' );

在我的 php 控制器中包含 payu 助手并编写了上面的代码,但出现错误(我需要将我的应用程序重定向到 payu 屏幕,重定向有问题)

  XMLHttpRequest cannot load https://test.payu.in/_payment_options?mihpayid=3690c101118c75fb7d0ca8e75cf19e5e81c4d2b99fbb9da371f70d2f01273bdf. 
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:90' is therefore not allowed access.
4

0 回答 0