Closed
Bug 797300
Opened 13 years ago
Closed 13 years ago
Skip pay provider selector in navigator.mozPay() when only one JWT
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ferjm, Assigned: ferjm)
References
Details
Attachments
(1 file)
|
2.04 KB,
patch
|
ferjm
:
review+
|
Details | Diff | Splinter Review |
Since we are not solving this on the platform, this is the appropriate Gaia bug for Bug 793811.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → ferjmoreno
Attachment #667413 -
Flags: review?(francisco.jordano)
Comment 2•13 years ago
|
||
Comment on attachment 667413 [details] [diff] [review]
v1
Review of attachment 667413 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me :) just the lint question.
Thanks!
::: apps/system/js/payment.js
@@ +68,1 @@
> requests[i].productPrice[0].amount + ' ' +
is this code passing the linter?
| Assignee | ||
Comment 3•13 years ago
|
||
(In reply to francisco.jordano from comment #2)
> Comment on attachment 667413 [details] [diff] [review]
> v1
>
> Review of attachment 667413 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Looks good to me :) just the lint question.
>
> Thanks!
>
> ::: apps/system/js/payment.js
> @@ +68,1 @@
> > requests[i].productPrice[0].amount + ' ' +
>
> is this code passing the linter?
I don't know. I can't trigger the linter :\
Comment 4•13 years ago
|
||
(In reply to Fernando Jiménez Moreno [:ferjm] from comment #3)
> (In reply to francisco.jordano from comment #2)
> > Comment on attachment 667413 [details] [diff] [review]
> > v1
> >
> > Review of attachment 667413 [details] [diff] [review]:
> > -----------------------------------------------------------------
> >
> > Looks good to me :) just the lint question.
> >
> > Thanks!
> >
> > ::: apps/system/js/payment.js
> > @@ +68,1 @@
> > > requests[i].productPrice[0].amount + ' ' +
> >
> > is this code passing the linter?
>
> I don't know. I can't trigger the linter :\
I think you can `make lint` in your local working gaia directory?
| Assignee | ||
Comment 5•13 years ago
|
||
I did that, thanks!
`make lint | grep payment` shows no error, so I'll go with the merge.
Comment 6•13 years ago
|
||
r+ then
:)
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 667413 [details] [diff] [review]
v1
Thanks :). r+ based on the comment above.
Attachment #667413 -
Flags: review?(francisco.jordano) → review+
| Assignee | ||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
Verified on 10/11 Otoro build.
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•