Gold R11 paypal_base reference in web.config

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Gold R11 paypal_base reference in web.config

Post by AbleMods » Wed May 11, 2016 4:45 am

There's a reference in web.config for PayPal:

Code: Select all

<section name="paypal" type="com.paypal.sdk.core.ConfigSectionHandler, paypal_base" />
How is it working? There is no paypal_base.dll in the /bin/ folder. Is it even necessary now?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: Gold R11 paypal_base reference in web.config

Post by nadeem » Fri May 13, 2016 5:17 am

This had been added in Gold R3 because express checkout wasn't working in sandbox mode. It is handled by an external file (App_Data/paypal.config) that contains endpoints for the API. You can see the following line just below the </configSections>

Code: Select all

<paypal configSource="App_Data\paypal.config"/>
It seems that all this is no longer required since we have updated PayPal integration to use latest SDK in Gold R9. I am going to open a bug report for testing and to make sure everything is working as expected without these endpoints in place.

Thanks for pointing this out.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Gold R11 paypal_base reference in web.config

Post by AbleMods » Fri May 13, 2016 6:07 am

No problem. I was trying to implement the PayPal REST API when it kept picking up your config section. Both yours and mine want to see a <PayPal> section web.config.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply