Skip to content

Commit 5dc6837

Browse files
committed
Update platform.go
1 parent 2b8600c commit 5dc6837

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/payment/platform.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ func GetSupportedPlatforms() []types.PlatformInfo {
6363
Platform: EPay.String(),
6464
PlatformUrl: "",
6565
PlatformFieldDescription: map[string]string{
66-
"pid": "PID",
67-
"url": "URL",
68-
"key": "Key",
69-
"type": "Type"
66+
"pid": "PID",
67+
"url": "URL",
68+
"key": "Key",
69+
"type": "Type",
7070
},
7171
},
7272
}

0 commit comments

Comments
 (0)