more changes
This commit is contained in:
@@ -27,6 +27,7 @@ func PaymentCompleted(grain *CartGrain, msg *messages.PaymentCompleted) error {
|
||||
payment.CompletedAt = asPointer(time.Now())
|
||||
|
||||
// maybe update cart status
|
||||
grain.PaymentInProgress--
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user