Code Integrasi Payku

Ditss PayKu Payment Gateway
case 'qris2': {
  const CONFIG = {
    apiKey: 'PAYKU_1234567890', // Apikey
    secretKey: '11111aaaaa22222bbbbb33333ccccc44444dddddd55555eeeee',
    baseURL: 'https://payku.my.id',
PayKu simple gateway
//Code untuk penggunaan/pengujian menggunakan eval code

// Channel WhatsApp
/*
- https://whatsapp.com/channel/0029VbBAUUd4dTnQIJYRlX3T
PayKu
const PAYKU_API_KEY = 'PAYKU_1234567890';
const PAYKU_SECRET_KEY = '11111aaaaa22222bbbbbb333333cccccccc';
const PAYKU_BASE_URL = 'https://payku.my.id';
const PREMIUM_PRICE = 15000; 
const PAYMENT_TIMEOUT = 10 * 60 * 1000;