Closed
Bug 1019573
Opened 11 years ago
Closed 11 years ago
Spartacus needs to know the provider to deal with provider specific functionality.
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-06-17
People
(Reporter: muffinresearch, Assigned: mstriemer)
References
Details
(Whiteboard: [qa-])
I can see a couple of ways to do this.
* The API could respond with provider when the mnc/mcc is sent. (And if none then provide the default (Bango))
* Or we look at the mnc/mcc in the app and if not the boku specific data it's bango.
I think the API informing this is better as it makes for a single source of truth.
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → mstriemer
| Assignee | ||
Updated•11 years ago
|
Assignee: mstriemer → mstriemer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Do we need to know this immediately after the start payment API call? The easiest thing would be to grab the provider off of solitude's transaction but the transaction is created in a delayed task. I could update configure_transaction to do the first part synchronously for spartacus but if we can hold off until later that might be better - although there won't be any guarantee that the task has finished by then anyway.
Updated•11 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2014-06-17
You need to log in
before you can comment on or make changes to this bug.
Description
•