File tree Expand file tree Collapse file tree 9 files changed +37
-16
lines changed Expand file tree Collapse file tree 9 files changed +37
-16
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ function checkWebappsScheme(webapps) {
58
58
key + ' of webapps.json has not defined ' + configKey ) ;
59
59
} ) ;
60
60
var scheme =
61
- webapp . origin . indexOf ( 'mochi.test' ) !== - 1 ||
62
- webapp . origin . indexOf ( 'inapp-pay-test.paas.allizom.org' ) !== - 1 ?
61
+ webapp . origin . indexOf ( 'mochi.test' ) !== - 1 ?
63
62
'http' : 'app' ;
64
63
assert . equal ( webapp . origin . indexOf ( scheme ) , 0 ) ;
65
64
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
- "in_app_pay_test" : " {0612b315-c258-8946-99ec-a8849ea367b0}" ,
3
2
"mochitest" : " {ed6ee224-0ce0-e040-a9b6-e60036d8dd17}"
4
3
}
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ < title > In-App Payments Tester</ title >
4
+ < meta charset ="utf-8 "/>
5
+ < link rel ="stylesheet " type ="text/css " href ="style.css "/>
6
+ </ head >
7
+ < body >
8
+ < iframe id ="app " src ="http://inapp-pay-test.paas.allizom.org "> </ iframe >
9
+ </ body >
10
+ </ html >
Original file line number Diff line number Diff line change 1
- {"name" : " In-app Payment Tester" ,
2
- "description" : " Utility app to test in-app payments." ,
3
- "version" : " 1.0" ,
4
- "developer" : {"name" : " Kumar McMillan" },
5
- "launch_path" : " /" ,
6
- "default_locale" : " en" ,
7
- "installs_allowed_from" : [" *" ]}
1
+ {
2
+ "name" : " In-app Payment Tester" ,
3
+ "description" : " Utility app to test in-app payments." ,
4
+ "version" : " 1.0" ,
5
+ "launch_path" : " /index.html" ,
6
+ "developer" : {
7
+ "name" : " The Gaia Team" ,
8
+ "url" : " https://github.com/mozilla-b2g/gaia"
9
+ },
10
+ "default_locale" : " en" ,
11
+ "icons" : {
12
+ "64" : " /img/out-64.png" ,
13
+ "128" : " /img/out-128.png" ,
14
+ "256" : " /img/out-256.png"
15
+ }
16
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # app {
2
+ position : fixed;
3
+ border : 0 ;
4
+ top : 0 ;
5
+ left : 0 ;
6
+ right : 0 ;
7
+ bottom : 0 ;
8
+ width : 100% ;
9
+ height : 100% ;
10
+ }
You can’t perform that action at this time.
0 commit comments