Subversion Repositories SmartDukaan

Rev

Rev 10273 | Rev 10558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10273 Rev 10505
Line 43... Line 43...
43
	private String shipEmail;
43
	private String shipEmail;
44
	@SerializedName(value="ship_phone")
44
	@SerializedName(value="ship_phone")
45
	private String shipPhone;
45
	private String shipPhone;
46
	@SerializedName(value="return_url")
46
	@SerializedName(value="return_url")
47
	private String returnUrl;
47
	private String returnUrl;
-
 
48
	
-
 
49
	@SerializedName(value="page_id")
-
 
50
	private String pageId = "38";
-
 
51
 
-
 
52
	private String channel = "0";
-
 
53
	
-
 
54
	
48
 
55
 
49
	public String getAccountId() {
56
	public String getAccountId() {
50
		return accountId;
57
		return accountId;
51
	}
58
	}
52
 
59
 
Line 236... Line 243...
236
 
243
 
237
	public void setSecureHash(String secureHash) {
244
	public void setSecureHash(String secureHash) {
238
		this.secureHash = secureHash;
245
		this.secureHash = secureHash;
239
	}
246
	}
240
 
247
 
-
 
248
	public void setPageId(String pageId) {
-
 
249
		this.pageId = pageId;
-
 
250
	}
-
 
251
 
-
 
252
	public String getPageId() {
-
 
253
		return pageId;
-
 
254
	}
-
 
255
 
-
 
256
	public void setChannel(String channel) {
-
 
257
		this.channel = channel;
-
 
258
	}
-
 
259
 
-
 
260
	public String getChannel() {
-
 
261
		return channel;
-
 
262
	}
-
 
263
 
241
	private String mode;
264
	private String mode;
242
	
265
	
243
	@SerializedName(value="secure_hash")
266
	@SerializedName(value="secure_hash")
244
	private String secureHash;
267
	private String secureHash;
245
}
268
}