6.3 Configuring your Website
At this time we have an important information : the Identity Token. We must update our site settings. Go to '06Demo', open the PayPal folder and edit the settings.php with notepad++.Make sure that
SettingsPayPal['sandbox_mode'] is set to True and
the SettingsPayPal['auth_token_sandbox'] contains your Identity Token.
//2. True means TEST MODE SANDBOX - False means REAL MODE $SettingsPayPal['sandbox_mode'] = True; //3. The auth_token of the sandbox account seller. $SettingsPayPal['auth_token_sandbox'] = 'Ixx54gU5bwkrY1S_rdNH14p1vsFVNflYaViAXOsdaC7UbjphjI 6xB53Q0sG';Update the SandBox Token at settings.php
Now we are ready to add our products and create the 'BUY NOW' links.