<?php
/*
 * @author Harris Marfel <hrace009@gmail.com>
 * @link https://youtube.com/c/hrace009
 * @copyright Copyright (c) 2023.
 */
return [
    'item_id' => 11208,
    'price_per_unit' => 1,

    // Tentukan target penukaran: hanya satu yang aktif
    'target' => 'money', // atau 'money'

    // Validasi (opsional, untuk izin toggle)
    'bonuses' => true,
    'money' => true,
];
