diff --git a/src/lib/email-templates/master-template.ts b/src/lib/email-templates/master-template.ts index aca05bc..5706ff6 100644 --- a/src/lib/email-templates/master-template.ts +++ b/src/lib/email-templates/master-template.ts @@ -406,8 +406,8 @@ export class ShortcodeProcessor { atas_nama: 'PT Access Hub Indonesia', jumlah_pembayaran: 'Rp 1.500.000', batas_pembayaran: '22 Desember 2025 23:59', - payment_link: 'https://accesshub.example.com/payment/ORD-123456', - thank_you_page: 'https://accesshub.example.com/thank-you/ORD-123456' + payment_link: 'https://accesshub.example.com/checkout', + thank_you_page: 'https://accesshub.example.com/access' }; static process(content: string, customData: Record = {}): string {