[ic] Help implementing PayPal Pro

Peter peter at pajamian.dhs.org
Wed Aug 22 19:04:59 EDT 2007


On 08/22/2007 06:26 AM, Bill Jones wrote:
> Here's where I'm stuck: the module is Vend::Payment::PaypalPro, written
> by Erik Fantasia.  The page describing it 
> (http://www.interchange.rtfm.info/icdocs/payments/PaypalPro.html)
> references settings called "user", "secret", "keyfile" and "sandbox",
> which all make sense from a PayPal perspective but I can't figure out
> where these settings should reside within Interchange (e.g. in which
> configuration file and what the variable names should be).  Any help
> would be greatly appreciated.

>From that very page that you linked to:

> Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named after the mode, then finally a default global payment Variable.  For example, the id parameter would be specified by:
> [charge route=paypalpro user=username]
> 
> or
> Route  paypalpro  user  username
> 
> or
> Variable  MV_PAYMENT_ID  username 

Usually the 2nd or 3rd option is used, the second is set in your
catalog.cfg file, the third is set in the variables database.

Peter



More information about the interchange-users mailing list