eshantmittal / open-payment-android-aar

2 stars 2 forks source link

Cannot access #2

Closed primeprogrammer closed 4 years ago

primeprogrammer commented 4 years ago

Sir error shpws cannot access com.open.open_web_sdk.OpenPayment.Builder

what is the issue in this code.

` private void setPaymentView(String paymentToken, String accessKey) {

    OpenPayment openPayment = new OpenPayment.Builder()
             .with(this)
            .setPaymentToken(paymentToken)
            .setAccessKey(accessKey)
            .setEnvironment(OpenPayment.Environment.SANDBOX)
            .build();

    openPayment.setPaymentStatusListener(this);

    openPayment.startPayment();
}

`

eshantmittal commented 4 years ago

Share your email id we will connect through mail and rectify the issue.

primeprogrammer commented 4 years ago

mahendra@primeprogrammer.com

Prime Programmer

8795202855

On Mon, Jul 13, 2020 at 4:41 PM +0530, "Eshant Mittal" notifications@github.com wrote:

Share your email id we will connect through mail and rectify the issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.