Plugin Directory

Changeset 2903632


Ignore:
Timestamp:
04/25/2023 06:37:53 AM (3 years ago)
Author:
9pay
Message:

Update BNPL

Location:
9pay-gateway/trunk/includes/gateways/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 9pay-gateway/trunk/includes/gateways/core/lang.php

    r2724280 r2903632  
    77        NinePayConstance::METHOD_CREDIT => 'Thẻ quốc tế',
    88        NinePayConstance::METHOD_COLLECTION => 'Chuyển khoản ngân hàng',
     9        NinePayConstance::METHOD_BNPL => 'Mua trước trả sau',
    910
    1011        'description_payment_method' => 'Hãy chọn phương thức thanh toán',
     
    1819        NinePayConstance::METHOD_CREDIT => 'International card',
    1920        NinePayConstance::METHOD_COLLECTION => 'Bank transfer',
     21        NinePayConstance::METHOD_BNPL => 'Buy now Pay later',
    2022
    2123        'description_payment_method' => 'Please choose payment method',
  • 9pay-gateway/trunk/includes/gateways/core/lib/NinePayConstance.php

    r2724280 r2903632  
    1717    const METHOD_WALLET = 'WALLET';
    1818    const METHOD_COLLECTION = 'COLLECTION';
     19    const METHOD_BNPL = 'BUY_NOW_PAY_LATER';
    1920}
Note: See TracChangeset for help on using the changeset viewer.