payment method over
This commit is contained in:
@@ -210,5 +210,6 @@
|
||||
"payButton": "Pay with Payme"
|
||||
},
|
||||
"unknownUser": "Username not found",
|
||||
"file": "File"
|
||||
"file": "File",
|
||||
"upload":"Download certificate"
|
||||
}
|
||||
|
||||
@@ -210,5 +210,6 @@
|
||||
"payButton": "Оплатить через Payme"
|
||||
},
|
||||
"unknownUser": "Имя пользователя не найдено",
|
||||
"file":"Файл"
|
||||
"file":"Файл",
|
||||
"upload":"Скачать сертификат"
|
||||
}
|
||||
|
||||
@@ -214,5 +214,6 @@ declare const messages: {
|
||||
};
|
||||
unknownUser: 'Foydalanuvchi topilmadi';
|
||||
file: 'Fayl';
|
||||
upload: 'Sertifikatni yuklab olish';
|
||||
};
|
||||
export default messages;
|
||||
|
||||
@@ -210,5 +210,6 @@
|
||||
"payButton": "Payme orqali to'lash"
|
||||
},
|
||||
"unknownUser":"Foydalanuvchi topilmadi",
|
||||
"file":"Fayl"
|
||||
"file":"Fayl",
|
||||
"upload":"Sertifikatni yuklab olish"
|
||||
}
|
||||
|
||||
@@ -4,4 +4,7 @@ export const links = {
|
||||
plagiarismCheck: '/shared/documents/',
|
||||
history: '/shared/documents/list/',
|
||||
detail: (id: number) => `/shared/documents/${id}/`,
|
||||
payment: (order_id: number) => `/users/payme/link/${order_id}/`,
|
||||
sertifikat: (document_id: number) =>
|
||||
`/shared/certificate/${document_id}/pdf/`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user