# billingo/trunk/src/Lang/hu/payment_method.php

Billingo Official for WooCommerce, version trunk. 32 lines.

- Page: https://pluginprobe.com/plugins/billingo/trunk/code/src/Lang/hu/payment_method.php
- Raw: https://pluginprobe.com/plugins/billingo/trunk/raw/src/Lang/hu/payment_method.php
- Modified: 2025-05-26T04:53:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/billingo/trunk/code/src/Lang/hu/payment_method.php#L10-L20`.

```php
<?php

return [
    'aruhitel' => 'Áruhitel',
    'bankcard' => 'Bankkártya',
    'barion' => 'Barion',
    'barter' => 'Barter',
    'cash' => 'Készpénz',
    'cash_on_delivery' => 'Utánvét',
    'coupon' => 'Kupon',
    'elore_utalas' => 'Előreutalás',
    'ep_kartya' => 'Egészségpénztári kártya',
    'kompenzacio' => 'Kompenzáció',
    'levonas' => 'Levonás',
    'online_bankcard' => 'Online bankkártya',
    'paylike' => 'Paylike',
    'payoneer' => 'Payoneer',
    'paypal' => 'PayPal',
    'paypal_utolag' => 'PayPal – Utólag fizetve',
    'payu' => 'PayU',
    'pick_pack_pont' => 'Pick Pack',
    'postai_csekk' => 'Postai csekk',
    'postautalvany' => 'Postautalvány',
    'skrill' => 'Skrill',
    'szep_card' => 'SZÉP kártya',
    'transferwise' => 'Transferwise',
    'upwork' => 'Upwork',
    'utalvany' => 'Utalvány',
    'valto' => 'Váltó',
    'wire_transfer' => 'Átutalás',
];

```
