We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
see: https://github.com/alfio-event/alf.io/blob/master/src/main/java/alfio/controller/payment/PayPalCallbackController.java
currently we save the PayPalToken in session, which is kinda ugly:
PayPalToken
session.setAttribute(PaymentManager.PAYMENT_TOKEN, new PayPalToken(payPalPayerID, payPalPaymentId, hmac));
Move the token in the reservation metadata.
The text was updated successfully, but these errors were encountered:
done in PR #674
Sorry, something went wrong.
syjer
No branches or pull requests
see: https://github.com/alfio-event/alf.io/blob/master/src/main/java/alfio/controller/payment/PayPalCallbackController.java
currently we save the
PayPalToken
in session, which is kinda ugly:Move the token in the reservation metadata.
The text was updated successfully, but these errors were encountered: