Interface Changes.
Several interface changes were made to make the API more flexible. If you have created your own custom Java classes please take note of the following interface changes. If you have created an implementation of any of these interfaces, please update your implementations as you upgrade your application to 1.0.11.
AdministratorProcessor.processLogin
now
returns a Map rather than voidCustomerProcessor.processRegister
now
returns a Map rather than voidCustomerProcessor.processLogin
now returns a
Map rather than voidCustomerProcessor.updateAddresses
now
returns a Map rather than voidCustomerProcessor.updateCustomer
now returns
a Map rather than voidCustomerProcessor.loadOrderHistory
now
returns a Map rather than voidCartProcessor.processRemoveItem
now returns a
Map rather than voidCartProcessor.processCheckoutAddresses
now
returns a Map rather than voidCartProcessor.processOrderComplete
now takes
a Map as an argument rather than no argumentsShippingProcessor.processShipping
now
returns a Map rather than voidTaxProcessor.processTax
now returns a Map
rather than voidAdministratorGatewayDAO.processLogin
now
returns a Map rather than voidCustomerGatewayDAO.processRegister
now
returns a Map rather than voidOrderGatewayDAO.processOrderComplete
now
takes an Order and a Map as arguments rather than just an OrderCopyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce