Changeset 2903632
- Timestamp:
- 04/25/2023 06:37:53 AM (3 years ago)
- Location:
- 9pay-gateway/trunk/includes/gateways/core
- Files:
-
- 2 edited
-
lang.php (modified) (2 diffs)
-
lib/NinePayConstance.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
9pay-gateway/trunk/includes/gateways/core/lang.php
r2724280 r2903632 7 7 NinePayConstance::METHOD_CREDIT => 'Thẻ quốc tế', 8 8 NinePayConstance::METHOD_COLLECTION => 'Chuyển khoản ngân hàng', 9 NinePayConstance::METHOD_BNPL => 'Mua trước trả sau', 9 10 10 11 'description_payment_method' => 'Hãy chọn phương thức thanh toán', … … 18 19 NinePayConstance::METHOD_CREDIT => 'International card', 19 20 NinePayConstance::METHOD_COLLECTION => 'Bank transfer', 21 NinePayConstance::METHOD_BNPL => 'Buy now Pay later', 20 22 21 23 'description_payment_method' => 'Please choose payment method', -
9pay-gateway/trunk/includes/gateways/core/lib/NinePayConstance.php
r2724280 r2903632 17 17 const METHOD_WALLET = 'WALLET'; 18 18 const METHOD_COLLECTION = 'COLLECTION'; 19 const METHOD_BNPL = 'BUY_NOW_PAY_LATER'; 19 20 }
Note: See TracChangeset
for help on using the changeset viewer.