| 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 |
|
| 35 |
public static final String accessKeyId = "AKIAII3SGRXBJDPCHSGQ";
|
36 |
public static final String accessKeyId = "AKIAJBFVIU6DHLMNZ2GA";
|
| - |
|
37 |
|
| 36 |
public static final String secretAccessKey = "B92xTbNBTYygbGs98w01nFQUhbec1pNCkCsKVfpg";
|
38 |
public static final String secretAccessKey = "gvTng1syaKUpPXvUG1xuc4AOHa0y7NCvBF2DZbBe";
|
| 37 |
public static final String applicationName = "Test";
|
39 |
public static final String applicationName = "Test";
|
| 38 |
public static final String applicationVersion = "1.0";
|
40 |
public static final String applicationVersion = "1.0";
|
| 39 |
|
41 |
|
| 40 |
public static final String sellerId = "AF6E3O0VE0X4D";
|
42 |
public static final String sellerId = "A116PWEHC4HP0W";
|
| 41 |
|
43 |
|
| 42 |
public static final String marketplaceId = "A21TJRUUN4KGV";
|
44 |
public static final String marketplaceId = "A2UTKXGQLHXMO";
|
| - |
|
45 |
|
| 43 |
|
46 |
|
| 44 |
public static MarketplaceIdList marketplaceIdList =null;
|
47 |
public static MarketplaceIdList marketplaceIdList =null;
|
| 45 |
|
48 |
|
| 46 |
public static MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig();
|
49 |
public static MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig();
|
| 47 |
|
50 |
|