Where is the /src/payment/paymentProcessor.ts?

In this link it says https://docs.opensaas.sh/guides/payments-integration/ go to /src/payment/paymentProcessor.ts but where it is?
OpenSaaS.sh
Payments Integration
Open SaaS is a free, open-source, full-stack SaaS starter kit for React + NodeJS.
9 Replies
kapa.ai
kapa.ai4d ago
Hi @skyblade2954. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I apologize for the confusion. It seems there may be a discrepancy between the documentation and the actual project structure in the latest version of OpenSaaS. Based on the provided knowledge sources, I don't have specific information about a /src/payment/paymentProcessor.ts file. However, the OpenSaaS project structure typically looks like this:
.
├── main.wasp
├── src
│ ├── client
│ └── server
.
├── main.wasp
├── src
│ ├── client
│ └── server
The payment processing logic is likely to be found in the server-side code, possibly within the src/server directory. For the most up-to-date and accurate information on the project structure and file locations, I recommend checking the OpenSaaS GitHub repository (https://github.com/wasp-lang/open-saas). If you're unable to find the specific file mentioned in the documentation, it's possible that the project structure has been updated since the documentation was written. If you're working with OpenSaaS and need to implement payment processing, you might want to look for files related to Stripe integration, as Stripe is the payment processor used in OpenSaaS. For example, there might be a file like stripe.ts in the server directory. If you're still unable to locate the necessary files or implement payment processing, I recommend reaching out to the Wasp community on their Discord channel (https://discord.gg/rzdnErX) for the most current guidance and support. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @skyblade2954, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
skyblade2954
skyblade2954OP4d ago
I believe I need to update my OpenSaaS to newer version. @kapa.ai
kapa.ai
kapa.ai4d ago
Let me check the knowledge base for you again. One moment! :books: Sorry @skyblade2954, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
skyblade2954
skyblade2954OP4d ago
How do you update OpenSaaS to a newer version? Where should I download and copy paste the OpenSaaS project from github repo? @kapa.ai How do you update OpenSaaS to a newer version? Where should I download and copy paste the OpenSaaS project from github repo? @kapa.ai
kapa.ai
kapa.ai4d ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- To update OpenSaaS to a newer version, you should follow these steps: 1. First, visit the OpenSaaS GitHub repository (https://github.com/wasp-lang/open-saas) to get the latest version of the project. 2. You can download the project by clicking on the "Code" button and selecting "Download ZIP", or by cloning the repository using Git if you're familiar with it. 3. Once you have the new version, you'll need to carefully merge the new code with your existing project. This process isn't as simple as just copying and pasting the entire new project over your old one, as you'll want to preserve your custom changes. 4. Pay special attention to the main.wasp file and the src directory, as these are where most of the core OpenSaaS code resides. 5. After updating, you may need to run wasp db migrate-dev to apply any database schema changes. It's important to note that updating may involve dealing with breaking changes, especially if you're updating across major versions. The Wasp team is aware of this and has plans to make the process easier in the future. As mentioned in a GitHub issue comment (https://github.com/wasp-lang/wasp/issues/1848): "We'll need to update: - the tutorial - docs - apps - the docs - Open SaaS template - other starter templates that use username & password - the docs in general to recommend the email method - the username docs to mention caveats of using it" This suggests that they're working on improving documentation and potentially providing migration guides for future updates. If you're unsure about the update process or encounter any issues, it's recommended to reach out to the Wasp community on their Discord channel (https://discord.gg/rzdnErX) for assistance. They can provide the most up-to-date guidance on updating OpenSaaS for your specific situation. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
miho
miho4d ago
Open Saas doesn't have versions like some usual package, it's a starter that is evolving over time. You can copy paste stuff from the newer releases to your own app if you find something you like 🙂
skyblade2954
skyblade2954OP3d ago
How we should do it, what is the best way? Do we have a guide for it?
miho
miho3d ago
I'm not sure what would we put in the guide 😄 It's just going through code and copy pasting what you'd like to use in your app. As we mentioned before: it's starter you can and start modifying. We update the starter over time and you can follow along the changes and see if there are any features you'd like to use. If you'd like, you can start with a clean project with the newest stater and then copy paste your code into it.
GitHub
Pull requests · wasp-lang/open-saas
A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven. - Pull requests · wasp-lang/open-saas
skyblade2954
skyblade2954OP3d ago
"If you'd like, you can start with a clean project with the newest stater and then copy paste your code into it." I will do it. Yes. But I don't remeber everything that I did until this time. Postgre Db, fly.io configuration things like that, I am not sure if I need to do all of them again. I updated my wasp and OpenSaaS. Created new project and transferring everything. Thank you.
Want results from more Discord servers?
Add your server