Style issues on the credit status in the dashboard

ECOM-2117
This commit is contained in:
Ahsan Ulhaq
2015-08-18 17:42:03 +05:00
parent 3bf6b9bd32
commit 722c5bb90d
3 changed files with 19 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
'username': username
};
$.ajax({
url: 'api/credit/v1/provider/' + provider_id + '/request/',
url: 'api/credit/v1/providers/' + provider_id + '/request/',
type: 'POST',
headers: {
'X-CSRFToken': $.cookie('csrftoken')