add more payment related shit
This commit is contained in:
@@ -42,7 +42,7 @@ func OrderCreated(g *CartGrain, m *messages.OrderCreated) error {
|
||||
}
|
||||
|
||||
g.OrderReference = m.OrderId
|
||||
g.PaymentStatus = m.Status
|
||||
g.PaymentInProgress = false
|
||||
//g.PaymentStatus = m.Status
|
||||
//g.PaymentInProgress = false
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user