| Package | Description |
|---|---|
| com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
| Modifier and Type | Method | Description |
|---|---|---|
SKUList |
SKUList.addProduct(String productKey) |
Deprecated.
Add product to the list.
|
SKUList |
SKUList.addVariant(String variantKey) |
Deprecated.
Add a variant to the list without specifying which product it belongs to.
|
SKUList |
SKUList.addVariant(String productKey,
String variantKey) |
Deprecated.
Add product variant pair to the list.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Session.notifyPayment(SKUList skus) |
Deprecated.
As of eSales 3.3, replaced by
notifyPayment(Order order).. |
void |
Session.notifyPayment(SKUList skus,
double orderValue) |
Deprecated.
As of eSales 3.3, replaced by
notifyPayment(Order order) and Order.withSellingPrice(double).. |
Copyright © 2019 Apptus Technologies AB. All rights reserved.