Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 10, 2024
1 parent d19624d commit 9c1bbfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/method.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
Example context (json):
{
"image": "http://url",
"image": "https://url",
"sesskey": "abcd",
"fee": "10.05",
"currency": "RUB",
"description": "for enrolment in course",
"enrolperiod": "1",
"enrolperiod": "7",
"enrolperiod_desc": "day",
"passwordmode": "1",
"skipmode": "1",
"suggested": "100",
"group": "Test",
"maxcost": "10",
"maxcost": "1000",
"fixdesc": "1"
}

Expand Down

0 comments on commit 9c1bbfe

Please sign in to comment.