From 027e8b195be1f23c2bf2f3027ee343b980fcd9cd Mon Sep 17 00:00:00 2001 From: Muhammad Harits Arrazi Date: Fri, 15 Mar 2024 11:20:08 +0700 Subject: [PATCH] fix some inconsistencies --- source/includes/_payment_routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/_payment_routing.md b/source/includes/_payment_routing.md index da55add7..37b0780b 100644 --- a/source/includes/_payment_routing.md +++ b/source/includes/_payment_routing.md @@ -330,7 +330,7 @@ Endpoint: |ewallet_url|String| For `use_linked_account: true`: URL that prompt user to input PIN to authorize Direct Payment. For `use_linked_account: false`: A deep link URL that allows user to access the specific e-wallet vendor's application for making a payment. Currently, only Linkaja, ShopeePay and Dana are supported options. This attribute will only be present if the request parameter 'need_frontend' is set to 'FALSE' and the payment method selected is 'EWALLET'.| |cards_url|String| URL that allows user to make payment using their Credit Card. This attribute will only be present if the request parameter 'need_frontend' is set to 'FALSE' and the payment method selected is 'CARDS'.| |unique_code_detail|Object|Contains two objects of number: `amount` which is the requested amount and `unique_code` which is the generated 3 digits unique code ; conditional, only exist if request need_frontend is FALSE and payment_method is BANK_TRANSFER and you use unique code BCA.| -full_name | String(255) | If `full_name` is needed when creating the transaction, the inputted `full_name` value at creation will be shown here.| +|full_name | String | If `full_name` is needed when creating the transaction, the inputted `full_name` value at creation will be shown here.|