Closed
Bug 987857
Opened 11 years ago
Closed 11 years ago
Use MNC / MCC data to work out which provider should be used in webpay
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-04-15
People
(Reporter: muffinresearch, Assigned: kumar)
References
Details
Attachments
(1 file)
57.18 KB,
image/png
|
Details |
Once we have the MNC/MCC we need to work out which provider we're using.
To do that we'll need to know which codes apply to Phantom and make use of https://pypi.python.org/pypi/mobile-codes to decipher it and then hand off appropriately.
Assignee | ||
Updated•11 years ago
|
Priority: -- → P1
Comment 1•11 years ago
|
||
I think this outlines the choice, basically we fall back to Bango at all choices so credit card is available.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kumar.mcmillan
Assignee | ||
Comment 2•11 years ago
|
||
Making decisions based on which payment providers a product is configured for got a little tricky. We need bug 993658 and bug 993661 for that. I'll do the easy stuff first.
Assignee | ||
Comment 3•11 years ago
|
||
supported provider fall back will be done in bug 993691
Assignee | ||
Comment 4•11 years ago
|
||
A basic check for MCC/MNC now switches to Boku in Mexico and AMX https://github.com/kumar303/webpay/commit/1963f7938f1c7eb782fc28cff3976203f5d813af
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-04-15
Assignee | ||
Comment 5•11 years ago
|
||
Oops, wrong commit link https://github.com/mozilla/webpay/commit/40d66e3abeb56b939313f6e4e1e68c3d0f7fdf10
Comment 6•11 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
Flags: needinfo?(scolville)
Reporter | ||
Comment 7•11 years ago
|
||
(In reply to Iulian Timis from comment #6)
> Please add STR here or mark it with [qa-] if no QA is needed.
As per comment 4 the steps to test this would be to check that boku payment choice happens using the relevant sim and bango otherwise. (The payment screens are totally different so it should be easy enough to tell them apart).
Flags: needinfo?(scolville)
Comment 8•11 years ago
|
||
We only have Movistar Spain SIM and AT&T US SIM. Can we verify this bug using these? If yes, could you please give us some apps that matches Boku, takes or rejects Boku? Thank you!
Flags: needinfo?(scolville)
Comment 9•11 years ago
|
||
This isn't ready to test yet we aren't at the stage of being able to test Boku payments. We'll be chatting with Krupa and let you when this is good to go.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(scolville)
You need to log in
before you can comment on or make changes to this bug.
Description
•