Longfei Liu

Results 4 comments of Longfei Liu

> Same issue here, the redirect goes to antoher page on server, not to the android activity... Have you resolved it? I am facing the same issue. 😂

Hello, I met the same issue after inputting the card info, I want to get the `brand` info for the credit card, but I got these fields only, is there...

> 2\. dual Hello @ozgur00, thanks for the reply, I didn't receive an error when calling the SDK, and also I can pay successfully. I just want to know the...

> Hi again @Lotzzz! If you use `onPaymentsCallRequested(paymentComponentState: PaymentComponentState, paymentComponentJson: JSONObject)` callback instead of `makePaymentsCall(paymentComponentJson: JSONObject)` you can access the brand via `PaymentComponentState` object like the following: > > ```kotlin...