A Flutter plugin to use the Paytm as a gateway for accepting online paymnets in Flutter app.
Other
10
stars
6
forks
source link
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.PackageManager android.content.Context.getPackageManager()' on a null object reference #20
Hi , after generating the checksum, when I am calling Paytm.startPaytmPayment()
I get this errror:
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.PackageManager android.content.Context.getPackageManager()' on a null object reference
Hi , after generating the checksum, when I am calling Paytm.startPaytmPayment() I get this errror: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.PackageManager android.content.Context.getPackageManager()' on a null object reference
Please solve this.