How to integrate paypal payment “Indian currency” support ..?

2011-08-18 Thread rrvasanth
Dear Friends,

  I am developing online hotel reservation to Indian client. My client
wants paypal payment gateway integration support Indian currency
(INR). I check with paypal website there no INR currency settings. Any
Indian currency API is there..? If anybody knows about this please
help me.

Thanks Advance,
Vasanth

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: integrate paypal

2008-10-07 Thread json

Hi i got how to get the values using REQUEST use 'requesthandler' in
component  using this component we can get the value from url values

for example u want to get a value http://www.example.com?val=100

In ur controller add requesthandler componter then user
$_REQUEST['val'] its work

On Sep 20, 5:52 pm, Adam Royle [EMAIL PROTECTED] wrote:
 I don't see why $_REQUEST shouldn't work as normal... but cake
 automatically puts these vars into:

 $this-params['form']; // from $_POST

 or

 $this-params['url']; // from $_GET

 Hope that helps.
 Adam

 On Sep 19, 11:18 pm, json [EMAIL PROTECTED] wrote:

  Hi,

  I am new to here

  I want to help how tointegrateapaypalin cake php

  i dont know how tointegrateit

  normally i willintegratepaypalusing html code then

  i will get value from notify file

  using $_REQUEST['payment_status']=completed

  if completed received i will update my database

  but in cake php REQUEST method is not work

  any idea please send.

  thanks

  json

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: integrate paypal

2008-09-20 Thread Adam Royle

I don't see why $_REQUEST shouldn't work as normal... but cake
automatically puts these vars into:

$this-params['form']; // from $_POST

or

$this-params['url']; // from $_GET

Hope that helps.
Adam

On Sep 19, 11:18 pm, json [EMAIL PROTECTED] wrote:
 Hi,

 I am new to here

 I want to help how to integrate a paypal in cake php

 i dont know how to integrate it

 normally i will integrate paypal using html code then

 i will get value from notify file

 using $_REQUEST['payment_status']=completed

 if completed received i will update my database

 but in cake php REQUEST method is not work

 any idea please send.

 thanks

 json
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



integrate paypal

2008-09-19 Thread json

Hi,

I am new to here

I want to help how to integrate a paypal in cake php

i dont know how to integrate it

normally i will integrate paypal using html code then

i will get value from notify file

using $_REQUEST['payment_status']=completed

if completed received i will update my database

but in cake php REQUEST method is not work

any idea please send.

thanks

json

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---