INFORMATION
This patch fixes two issues with the PayPal Braintree payment
gateway.
ISSUES FIXED
PATCH INSTRUCTIONS:
There will be two steps required to complete the installation
this patch. The applicable downloads are available in the
next section. Read all instructions below before continuing.
PART ONE:
Download the WSP version OR the WAP version depending
on which you are using. If you are uncertain, then see
this FAQ.
Braintree_GoldR12_SR2_patch_WSP.zip
Braintree_GoldR12_SR2_patch_WAP.zip
(Web Application Projects require a recompile)
Extract the files.
Stop the website using IIS application server.
Copy the 2 new DLL files to the {website}\BIN\ folder:
{website}\Bin\CommerceBuilder.PayPalBraintree.dll
{website}\Bin\CommerceBuilder.PayPalBraintree.pdb
Restart the website.
PART TWO:
Modify the web.config file in the root folder of the website.
Backup the {website}\web.config file.
Open the file and search for "targetFramework".
There should be 2 instances.
Confirm or change the target to 4.6, so the result looks
like this:
targetFramework="4.6"
Save the file. This will force the application
to restart, completing the patch installation.
|