Closed
Bug 877103
Opened 13 years ago
Closed 13 years ago
Use mozPaymentProvider API instead of raw "paymentSuccess" and "paymentFailed" functions.
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-06-06
People
(Reporter: ferjm, Assigned: ferjm)
References
Details
Attachments
(1 file)
|
3.27 KB,
patch
|
Details | Diff | Splinter Review |
Bug 872987 introduced the injection of the "paymentSuccess" and "paymentFailed" functions within a "mozPaymentProvider" object instead of injecting them in the global scope. So we need to support both APIs.
| Assignee | ||
Comment 1•13 years ago
|
||
Untested patch!
I've sent its corresponding PR to https://github.com/mozilla/webpay/pull/137
Assignee: nobody → ferjmoreno
Attachment #755255 -
Flags: review?(kumar.mcmillan)
Comment 2•13 years ago
|
||
merged: https://github.com/mozilla/webpay/commit/82e6e6e7ad58330f3ee7317cc676ccfce258161c
I tested the patch and it's working, thanks again
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Updated•13 years ago
|
Target Milestone: --- → 2013-06-06
| Assignee | ||
Updated•13 years ago
|
Attachment #755255 -
Flags: review?(kumar.mcmillan)
You need to log in
before you can comment on or make changes to this bug.
Description
•