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