<?php

return [
    'ocbc' => [
        'info'              => 'Ocbc secure payment method option.',
        'name'              => 'Ocbc',
        'payment'           => 'Ocbc Payment Gateway',
        'title'             => 'Debit or Credit Card',
        'description'       => 'Ocbc',

        'system' => [
            'title'                 => 'Title',
            'description'           => 'Description',
            'image'                 => 'Logo',
            'status'                => 'Status',
            'ocbc_access_key'       =>  "OCBC CYBS Access Key",
            'ocbc_access_key_info'  => 'Add your OCBC CYBS Access Key here',
            'ocbc_merchant_id'      =>  "OCBC CYBS Merchant Id",
            'ocbc_merchant_id_info' => 'Add your OCBC CYBS Merchant Id here',
            'ocbc_secret_key'       => 'OCBC CYBS Secret Key',
            'ocbc_secret_key_info'  => 'Add your OCBC CYBS Secret key here',
        ],
        'messages' => [
            'succeeded' => 'Payment has been succeeded.',
            'processing' => 'Payment is under processing.',
            'requires_payment_method' => 'You required payment method to do payment.',
            'failure' => 'Payment is failed. Please try again later.',
            'something_wrong' => 'Something went wrong. Please try again later.'
        ]
    ],
    'resources' => [
        'title'             => 'Pay',
    ],
];
