Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created February 4, 2014 10:29
Show Gist options
  • Select an option

  • Save james-dibble/8801248 to your computer and use it in GitHub Desktop.

Select an option

Save james-dibble/8801248 to your computer and use it in GitHub Desktop.
PayPal REST API SDK Configuration
<configuration>
<configSections>
<section name="paypal" type="PayPal.Manager.SDKConfigHandler, PayPalCoreSDK" />
</configSections>
<paypal>
<accounts>
<account apiUsername="" apiPassword="" applicationId="" apiSignature="" />
</accounts>
<settings>
<add name="mode" value="sandbox" />
</settings>
</paypal>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment