Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
orders-monitoring-dashboard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramakanth Dhane
orders-monitoring-dashboard
Commits
91b41690
Commit
91b41690
authored
Apr 24, 2020
by
rani0808
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modifed order date and estimated date and json
parent
4a7b93c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
34 deletions
+6
-34
LineItem.java
...-service/src/main/java/com/nisum/omd/domain/LineItem.java
+1
-29
PaymentMethod.java
...ice/src/main/java/com/nisum/omd/domain/PaymentMethod.java
+5
-5
No files found.
omd-checkout-service/src/main/java/com/nisum/omd/domain/LineItem.java
View file @
91b41690
...
@@ -19,10 +19,7 @@ public class LineItem {
...
@@ -19,10 +19,7 @@ public class LineItem {
private
LocalDateTime
estimatedShipDate
;
private
LocalDateTime
estimatedShipDate
;
private
Map
<
String
,
Object
>
linePriceInfo
;
private
Map
<
String
,
Object
>
linePriceInfo
;
private
Map
<
String
,
Object
>
lineTax
;
private
Map
<
String
,
Object
>
lineTax
;
private
String
originalLineItemId
;
private
String
vendorUpcCode
;
private
String
brandCode
;
private
String
eligibleReturnLocationCode
;
public
String
getLineItemNumber
()
{
public
String
getLineItemNumber
()
{
return
lineItemNumber
;
return
lineItemNumber
;
}
}
...
@@ -90,30 +87,5 @@ public class LineItem {
...
@@ -90,30 +87,5 @@ public class LineItem {
public
void
setLineTax
(
Map
<
String
,
Object
>
lineTax
)
{
public
void
setLineTax
(
Map
<
String
,
Object
>
lineTax
)
{
this
.
lineTax
=
lineTax
;
this
.
lineTax
=
lineTax
;
}
}
public
String
getOriginalLineItemId
()
{
return
originalLineItemId
;
}
public
void
setOriginalLineItemId
(
String
originalLineItemId
)
{
this
.
originalLineItemId
=
originalLineItemId
;
}
public
String
getVendorUpcCode
()
{
return
vendorUpcCode
;
}
public
void
setVendorUpcCode
(
String
vendorUpcCode
)
{
this
.
vendorUpcCode
=
vendorUpcCode
;
}
public
String
getBrandCode
()
{
return
brandCode
;
}
public
void
setBrandCode
(
String
brandCode
)
{
this
.
brandCode
=
brandCode
;
}
public
String
getEligibleReturnLocationCode
()
{
return
eligibleReturnLocationCode
;
}
public
void
setEligibleReturnLocationCode
(
String
eligibleReturnLocationCode
)
{
this
.
eligibleReturnLocationCode
=
eligibleReturnLocationCode
;
}
}
}
omd-checkout-service/src/main/java/com/nisum/omd/domain/PaymentMethod.java
View file @
91b41690
...
@@ -3,17 +3,17 @@ package com.nisum.omd.domain;
...
@@ -3,17 +3,17 @@ package com.nisum.omd.domain;
import
java.util.Map
;
import
java.util.Map
;
public
class
PaymentMethod
{
public
class
PaymentMethod
{
private
String
paymetMethod
;
private
String
payme
n
tMethod
;
private
String
creditCardNo
;
private
String
creditCardNo
;
private
String
creditCardType
;
private
String
creditCardType
;
private
String
displayCreditCardNo
;
private
String
displayCreditCardNo
;
private
String
paymentStatus
;
private
String
paymentStatus
;
private
Map
<
String
,
Object
>
paymentDetail
;
private
Map
<
String
,
Object
>
paymentDetail
;
public
String
getPaymetMethod
()
{
public
String
getPayme
n
tMethod
()
{
return
paymetMethod
;
return
payme
n
tMethod
;
}
}
public
void
setPayme
tMethod
(
String
payme
tMethod
)
{
public
void
setPayme
ntMethod
(
String
paymen
tMethod
)
{
this
.
payme
tMethod
=
payme
tMethod
;
this
.
payme
ntMethod
=
paymen
tMethod
;
}
}
public
String
getCreditCardNo
()
{
public
String
getCreditCardNo
()
{
return
creditCardNo
;
return
creditCardNo
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment