Skip to content
Snippets Groups Projects
Commit 8e1ad1e7 authored by Sercan Yesildal's avatar Sercan Yesildal
Browse files

status combined

parent 1b300ac7
No related branches found
No related tags found
No related merge requests found
package model package model
const TRANSFERRED Status = "überwiesen" const (
const IN_PROCESS Status = "in Bearbeitung" TRANSFERRED Status = "überwiesen"
IN_PROCESS Status = "in Bearbeitung"
)
type Donation struct { type Donation struct {
Amount float64 Amount float64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment