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
const TRANSFERRED Status = "überwiesen"
const IN_PROCESS Status = "in Bearbeitung"
const (
TRANSFERRED Status = "überwiesen"
IN_PROCESS Status = "in Bearbeitung"
)
type Donation struct {
Amount float64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment