Interface Additions.
Several interface additions were made to support new Google Checkout features. At the next restart, the system will
attempt to add the following lines to your /WEB-INF/classes/appComponents.properties
file to support the new interface implementations. If the server does not have writable permissions for that file, or
if you are maintaining that file manually, you will want to add these configurations manually as you perform the
upgrade.
googleRiskInformationNotificationProcessor= com.softslate.commerce.businessobjects.payment.google.notification.RiskInformationNotificationProcessorImpl googleOrderStateChangeNotificationProcessor=com.softslate.commerce.businessobjects.payment.google.notification.OrderStateChangeNotificationProcessorImpl googleChargeAmountNotificationProcessor= com.softslate.commerce.businessobjects.payment.google.notification.ChargeAmountNotificationProcessorImpl googleRefundAmountNotificationProcessor= com.softslate.commerce.businessobjects.payment.google.notification.RefundAmountNotificationProcessorImpl googleChargebackAmountNotificationProcessor=com.softslate.commerce.businessobjects.payment.google.notification.ChargebackAmountNotificationProcessorImpl googleAuthorizationAmountNotificationProcessor= com.softslate.commerce.businessobjects.payment.google.notification.AuthorizationAmountNotificationProcessorImpl
Google Checkout Libraries.
Version 2.3.2 upgrades the Google Checkout Reference implementation API library to version 0.91. As part of this,
two of the three Google Checkout jar files are no longer required, and will actually prevent the Google Checkout
feature from working. You must remove from the application's /WEB-INF/lib
directory as you
upgrade. The two files you must delete are: JavaCheckoutApi.jar
and
JavaCheckoutExampleCommon.jar
Copyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce