I am trying to utilize ACTIONSECUREPAY instead of ACTIONMANUALPAY in my app but it keeps crashing whenever I try to actually run it.
What exactly am I doing wrong here?
Here is the logcat of the issue.
W/System.err: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=clover.intent.action.STARTSECUREPAYMENT (has extras) }
W/System.err: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1622)
W/System.err: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
W/System.err: at android.app.Activity.startActivityForResult(Activity.java:3370)
W/System.err: at android.app.Activity.startActivityForResult(Activity.java:3331)
W/System.err: at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:784)
W/System.err: at com.affi.datapointorders.activity.PaymentActivity.getStartSaleApp(PaymentActivity.java:90)
W/System.err: at com.affi.datapointorders.activity.PaymentActivity.onCreate(PaymentActivity.java:57)
W/System.err: at android.app.Activity.performCreate(Activity.java:5104)
W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
W/System.err: at android.app.ActivityThread.access$600(ActivityThread.java:141)
W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
W/System.err: at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err: at android.os.Looper.loop(Looper.java:137)
W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5041)
W/System.err: at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err: at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
W/System.err: at dalvik.system.NativeStart.main(Native Method)