-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Stripe payment by payment link #1310
base: develop
Are you sure you want to change the base?
Conversation
a4184fa
to
abd5027
Compare
I can help with Danish translation. How can I contribute? |
Thanks for your interest. I'm still working on it. I will add all new labels to all translation files with the text in English. Maybe you can create a follow up MR when this one is merged. What do you think? |
Ahh, I get it. Sure, I can do that :) |
41e436a
to
371678a
Compare
371678a
to
ed389b5
Compare
Hello, is this solution already usable or are there any things that needs to be completed? Would like to try this functionality. Also I can help with Slovak translation if needed. Thanks. |
Hi Tomas. The functionality is complete and usable, however I would appreciate it if someone could test it for bugs or missing features. |
Thank you for your reply. I am testing currently. Do you think I will be able to integrate/merge it with release v1.4.3 as I am using this one in production? Maybe some missing features:
|
Hello! Thanks for completing this PR! Since we are very close to releasing 1.5, this will need to go to the next version, but I will happily test it thoroughly and merge accordingly.
|
Thanks for your suggestions, I'm going to implement them. |
ed389b5
to
b07226a
Compare
Hello, Regarding the color change after payment, I solved it temporarily with adding Thanks for now. |
b07226a
to
3a9c6ee
Compare
Hello Tomas. Thanks for the testing!! I have added new code for your suggestions:
Can you retest the bug you found with latest version? I can not reproduce it. Thanks. |
3a9c6ee
to
d29242d
Compare
d29242d
to
19b92cf
Compare
This functionality is super interesting ! |
8eef29a
to
4aa8970
Compare
4aa8970
to
24ee1d3
Compare
Adding Stripe payment by link.
The payment link is sent to the user in the booking confirmation email. Stripe payment link can be configured to forward the user to internal confirmation page to track successful payments in the calendar. An email is also sent to the user with the payment confirmation.
Paid booking can be deleted but service can not be modified by the user. Refunds should be handled manually.