add plugins duitku
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title : comingsoon
|
title: Tutor Addon - Duitku
|
||||||
description : tutorial akan segera menyusul
|
description: Panduan penggunaan plugin Tutor Addon Duitku
|
||||||
date : 17-04-2025
|
date: 24-07-2025
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<Outlet path="plugins/tutor-duitku" />
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
title : Mendaftar Akun Duitku
|
||||||
|
description : Anda harus mendaftar akun pada layanan Duitku.
|
||||||
|
date : 24-07-2025
|
||||||
|
---
|
||||||
|
|
||||||
|
<Note type="note" title="Note">
|
||||||
|
Jika kamu belum memiliki akun Duitku silahkan mendaftar akun terlebih dahulu melalui url [https://dashboard.duitku.com/Account/Register](https://dashboard.duitku.com/Account/Register)
|
||||||
|
</Note>
|
||||||
|
|
||||||
|
## Duitku
|
||||||
|
|
||||||
|
<Stepper>
|
||||||
|
<StepperItem title="Step 1: Daftar Akun">
|
||||||
|
Mendaftarkan akun Duitku menggunakan Email lalu klik tombol `Register`
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 2: Aktivasi Email">
|
||||||
|
Aktivasi email dengan mengklik link yang terkirim ke email yang telah didaftarkan.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 3: Mengisi Data">
|
||||||
|
Mengisi data pendaftaran pada halaman register Duitku.
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
</Stepper>
|
||||||
46
contents/docs/plugins/tutor-duitku/sandbox/index.mdx
Normal file
46
contents/docs/plugins/tutor-duitku/sandbox/index.mdx
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title : Sandbox
|
||||||
|
description : Test sandbox API untuk development Duitku.
|
||||||
|
date : 24-07-2025
|
||||||
|
---
|
||||||
|
|
||||||
|
<Note type="note" title="Note">
|
||||||
|
Install plugin Tutor Addon Duitku terlebih dahulu dan aktivasi lisensi dengan mengikuti panduan [instalasi plugin](/docs/getting-started/installation).
|
||||||
|
</Note>
|
||||||
|
|
||||||
|
## Plugin Settings
|
||||||
|
<Stepper>
|
||||||
|
<StepperItem title="Step 1: Aktifkan Plugin">
|
||||||
|
Pada halaman dashboard wp-admin navigasi ke menu `Plugins` --> `Installed Plugins`
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 2: New Gateway">
|
||||||
|
Pada halaman dashboard wp-admin navigasi ke menu `Tutor LMS` --> `Settings` --> `Payment Methods`
|
||||||
|

|
||||||
|
<Note type="note" title="Note">
|
||||||
|
Plugin **Duitku** akan muncul jika kamu telah menginstal plugin Addon Tutor - Duitku dan ketika plugin telah diaktifkan.
|
||||||
|
</Note>
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 3: Environment">
|
||||||
|
Pilih environment `sandbox` & Project API key, Merchant Code (kode merchant) di isi dengan data yang kamu dapatkan dari dashboard Duitku. Kemudian copy `Webhook URL` yang akan digunakan sebagai URL callback pada Merchant di dashboard Duitku.
|
||||||
|
</StepperItem>
|
||||||
|
</Stepper>
|
||||||
|
|
||||||
|
## Duitku Settings
|
||||||
|
<Stepper>
|
||||||
|
<StepperItem title="Step 1: Dashboard Duitku">
|
||||||
|
Pada halaman dashboard Duitku navigasi ke menu `Proyek Saya` --> klik tombol `+ Tambah Proyek`
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 2: Detail Proyek">
|
||||||
|
Isi fields seperti nama proyek, website proyek (dengan url), Url callback proyek (copy **Webhook URL** dari plugin Addon Tutor - Duitku).
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 3: API Key">
|
||||||
|
Klik icon pensil untuk mengedit kemudian pada halaman edit proyek klik text **Klik disini untuk melihat API key (merchant key)** masukan password akun Duitku. Setelah itu akan muncul API KEY berupa popup klik tombol `Copy Api`
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 4: Finish Setup">
|
||||||
|
Silahkan anda masuk ke halaman wp-admin navigasi ke menu `Tutor LMS` --> `Settings` --> `Payment Methods` . Pilih **Duitku** kemudian isi data seperti Project API Key dan Merchant Code (kode merchant), kemudian klik tombol `Save Changes` .
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
</Stepper>
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title : comingsoon
|
|
||||||
description : tutorial akan segera menyusul.
|
|
||||||
date : 17-04-2025
|
|
||||||
---
|
|
||||||
10
docu.json
10
docu.json
@@ -65,14 +65,8 @@
|
|||||||
"title": "Tutor - Duitku",
|
"title": "Tutor - Duitku",
|
||||||
"href": "/tutor-duitku",
|
"href": "/tutor-duitku",
|
||||||
"items": [
|
"items": [
|
||||||
{ "title": "Comingsoon", "href": "/#" }
|
{ "title": "Daftar Akun", "href": "/mendaftar-akun-duitku" },
|
||||||
]
|
{ "title": "Sandbox", "href": "/sandbox" }
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Tutor - Moota",
|
|
||||||
"href": "/tutor-moota",
|
|
||||||
"items": [
|
|
||||||
{ "title": "Comingsoon", "href": "/#" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
BIN
public/images/duitku-activate-plugin.png
Normal file
BIN
public/images/duitku-activate-plugin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
public/images/duitku-add-project.png
Normal file
BIN
public/images/duitku-add-project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
public/images/duitku-api-sandbox.png
Normal file
BIN
public/images/duitku-api-sandbox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/duitku-finish-sandbox.png
Normal file
BIN
public/images/duitku-finish-sandbox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
BIN
public/images/duitku-new-gateway.png
Normal file
BIN
public/images/duitku-new-gateway.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/duitku-register.png
Normal file
BIN
public/images/duitku-register.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user