| Line 30... |
Line 30... |
| 30 |
*/
|
30 |
*/
|
| 31 |
final public class OrdersConfig {
|
31 |
final public class OrdersConfig {
|
| 32 |
/************************************************************************
|
32 |
/************************************************************************
|
| 33 |
* Set Access Key ID, Secret Acess Key ID, Seller ID, etc.
|
33 |
* Set Access Key ID, Secret Acess Key ID, Seller ID, etc.
|
| 34 |
***********************************************************************/
|
34 |
***********************************************************************/
|
| 35 |
|
- |
|
| 36 |
public static final String accessKeyId = "AKIAJBFVIU6DHLMNZ2GA";
|
- |
|
| 37 |
|
- |
|
| 38 |
public static final String secretAccessKey = "gvTng1syaKUpPXvUG1xuc4AOHa0y7NCvBF2DZbBe";
|
- |
|
| 39 |
public static final String applicationName = "Test";
|
- |
|
| 40 |
public static final String applicationVersion = "1.0";
|
- |
|
| 41 |
|
- |
|
| 42 |
public static final String sellerId = "A116PWEHC4HP0W";
|
- |
|
| 43 |
|
- |
|
| 44 |
public static final String marketplaceId = "A2UTKXGQLHXMO";
|
- |
|
| 45 |
|
- |
|
| 46 |
public static final String accessKeyId = "AKIAII3SGRXBJDPCHSGQ";
|
35 |
public static final String accessKeyId = "AKIAII3SGRXBJDPCHSGQ";
|
| 47 |
public static final String secretAccessKey = "B92xTbNBTYygbGs98w01nFQUhbec1pNCkCsKVfpg";
|
36 |
public static final String secretAccessKey = "B92xTbNBTYygbGs98w01nFQUhbec1pNCkCsKVfpg";
|
| 48 |
public static final String applicationName = "AMAZON";
|
37 |
public static final String applicationName = "Test";
|
| 49 |
public static final String applicationVersion = "1.0";
|
38 |
public static final String applicationVersion = "1.0";
|
| 50 |
|
39 |
|
| 51 |
public static final String sellerId = "AF6E3O0VE0X4D";
|
40 |
public static final String sellerId = "AF6E3O0VE0X4D";
|
| 52 |
|
41 |
|
| 53 |
public static final String marketplaceId = "A21TJRUUN4KGV";
|
42 |
public static final String marketplaceId = "A21TJRUUN4KGV";
|
| 54 |
|
43 |
|
| 55 |
public static MarketplaceIdList marketplaceIdList =null;
|
44 |
public static MarketplaceIdList marketplaceIdList =null;
|
| 56 |
|
45 |
|
| 57 |
public static MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig();
|
46 |
public static MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig();
|