Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ClientTokenProvider #831

Merged
merged 25 commits into from
Dec 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge v5
sarahkoop committed Dec 4, 2023
commit 8a6368a4bc000986c4e1c642fbe82a3d613b382c
Original file line number Diff line number Diff line change
@@ -60,8 +60,8 @@ void sendRequest(final Context context, final PayPalRequest payPalRequest,
(responseBody, httpError) -> {
if (responseBody != null) {
try {
PayPalPaymentAuthRequest paymentAuthRequest =
new PayPalPaymentAuthRequest(payPalRequest)
PayPalPaymentAuthRequestParams paymentAuthRequest =
new PayPalPaymentAuthRequestParams(payPalRequest)
.successUrl(successUrl);

PayPalPaymentResource paypalPaymentResource =
You are viewing a condensed version of this merge commit. You can view the full changes here.