Skip to content

Commit

Permalink
Merge pull request #8 from shadow-dot-cat/geir/payment-3-year-plans
Browse files Browse the repository at this point in the history
Make tables generic and update e2e tests
  • Loading branch information
gtandersen authored Sep 12, 2024
2 parents 8d4b4b6 + 622cc62 commit 0dab9c5
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 380 deletions.
41 changes: 40 additions & 1 deletion e2e/mockserver/mockserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,46 @@ END:VCALENDAR
'subtype': 'test',
'price': '13.37',
'currency': 'EUR',
'pid': '9001',
'pid': '1006',
'description': 'Test subscription including some stuff',
"quotas": {
"Alias": {
"quota": 100,
"type": "fixed"
},
"File": {
"type": "fixed",
"quota": 2147483648
},
"Traffic": {
"quota": 10737418240,
"type": "fixed"
},
"VirtualDomain": {
"quota": 10,
"type": "fixed"
},
"Disk": {
"type": "fixed",
"quota": 26843545600
},
"Msg": {
"quota": 5000,
"type": "fixed"
},
"Sent": {
"type": "fixed",
"quota": 500
}
},
},
{
'name': 'Runbox Test 3-year',
'type': 'subscription',
'subtype': 'test',
'price': '13.37',
'currency': 'EUR',
'pid': '10006',
'description': 'Test subscription including some stuff',
"quotas": {
"Alias": {
Expand Down
Loading

0 comments on commit 0dab9c5

Please sign in to comment.