-
-
Notifications
You must be signed in to change notification settings - Fork 949
Integrated payment #6754
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
base: edge
Are you sure you want to change the base?
Integrated payment #6754
Conversation
Also, fixed a warning about undefined array element.
Any person having a clear purpose on this page has already bought an account.
This fixes phpstan warnings.
Hello and thanks for the draft. Do you believe this could be contained in a FreshRSS extension, possibly after adding more hooks? |
} | ||
|
||
public function issueTicketAction(): void { | ||
require '../../vendor/autoload.php'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion : Hi, Shouldn't the call for autoload be made in such a way as to benefit the whole project
'customer' => array( | ||
'buy' => array( | ||
'_' => 'Buy an account', | ||
'ask' => 'Buy an account?', | ||
'title' => 'Buy an account', | ||
), | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, use [ ] for arrays
Let's see later. |
Hi!
This is me sharing how I implemented paid automated signup.
Seems that ideally this would become a system-wide extension rather than core part, but I am not sure if it will work.
I would highly appreciate criticism around security. First time writing such code, so am worried.
Changes proposed in this pull request:
How to test the feature manually:
Pull request checklist:
Additional information can be found in the documentation.