Style issues on the credit status in the dashboard
ECOM-2117
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user