payu-intrepos / PayUCheckoutPro-Android

PayUCheckoutPro SDK for Android
9 stars 9 forks source link

Unresolved reference: PayUPaymentParams #17

Closed Rohit-Paneliya closed 2 years ago

Rohit-Paneliya commented 2 years ago

1) Added dependency - implementation 'in.payu:payu-checkout-pro:1.7.4' (v1.7.4 or v1.7.5)

2) val payUPaymentParams = PayUPaymentParams.Builder() .setAmount(amount) .setIsProduction(false) .setKey(key) .setProductInfo(productName) .setPhone(phone) .setTransactionId(txnId) .setFirstName(firstName) .setEmail(email) .setSurl(it.surl) .setFurl(it.furl) .build()

Not able to find the reference for the 'PayUPaymentParams' keyword. Can you please help me to resolve this?

Rahul-Hooda commented 2 years ago

@Rohit-Paneliya - Were you able to resolve this. If not, please drop a mail at mobile.integration@payu.in for quick help here.

Balakubera commented 1 year ago
  1. Added dependency - implementation 'in.payu:payu-checkout-pro:1.7.4' (v1.7.4 or v1.7.5)
  2. val payUPaymentParams = PayUPaymentParams.Builder() .setAmount(amount) .setIsProduction(false) .setKey(key) .setProductInfo(productName) .setPhone(phone) .setTransactionId(txnId) .setFirstName(firstName) .setEmail(email) .setSurl(it.surl) .setFurl(it.furl) .build()

Not able to find the reference for the 'PayUPaymentParams' keyword. Can you please help me to resolve this?

Same issue. Looks like API is changed but document is not updated.

shahfaizalc commented 1 year ago

@Balakubera The PayUPaymentParams class still used one. kindly write us at mobile.integration@payu.in . We will help you on resolving this issue.