You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:
The log also shows this error:
2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]
Can anyone help me understand why this is happening and how I can fix it (kotlin) android?
To reproduce
Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:
The log also shows this error:
2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]
Can anyone help me understand why this is happening and how I can fix it (kotlin) android?
Expected behavior
The expected behavior is that after the user completes a payment via PayPal (Braintree), the payment result (such as a payment method nonce or any other necessary data) should be returned to the app. Specifically:
Payment Completion: After the user makes the payment, the Braintree payment gateway should trigger a callback to the app.
App Handling: The app should capture this callback via an intent with the scheme zedTarc.zig.zig.braintree and handle the payment response appropriately.
Intent Resolution: The app should resolve the callback intent correctly based on the defined intent-filter in the AndroidManifest.xml.
Data Processing: The app should extract the payment method nonce or other payment details from the callback URL and continue processing the transaction (such as sending it to your backend server for further verification).
Screenshots
The text was updated successfully, but these errors were encountered:
Braintree SDK Version
AN
Environment
Sandbox
Android Version & Device
No response
Braintree dependencies
implementation("com.braintreepayments.api:paypal:4.49.1")
Describe the bug
Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:
The log also shows this error:
Can anyone help me understand why this is happening and how I can fix it (kotlin) android?2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]
To reproduce
Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:
The log also shows this error:
Can anyone help me understand why this is happening and how I can fix it (kotlin) android?2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]
Expected behavior
The expected behavior is that after the user completes a payment via PayPal (Braintree), the payment result (such as a payment method nonce or any other necessary data) should be returned to the app. Specifically:
Payment Completion: After the user makes the payment, the Braintree payment gateway should trigger a callback to the app.
App Handling: The app should capture this callback via an intent with the scheme zedTarc.zig.zig.braintree and handle the payment response appropriately.
Intent Resolution: The app should resolve the callback intent correctly based on the defined intent-filter in the AndroidManifest.xml.
Data Processing: The app should extract the payment method nonce or other payment details from the callback URL and continue processing the transaction (such as sending it to your backend server for further verification).
Screenshots
The text was updated successfully, but these errors were encountered: