1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Commit graph

5 commits

Author SHA1 Message Date
Daniel Neto
383fc29cca Add error handling for missing user ID or amount in webhook analysis 2025-07-23 13:19:24 -03:00
Daniel Neto
823d599253 Add customizable button labels for subscription and payment in Authorize.Net integration 2025-07-23 12:51:09 -03:00
Daniel Neto
9deac1ebc2 Set default users_id to 0 in transaction processing for better handling of missing metadata 2025-07-23 12:23:03 -03:00
Daniel Neto
b20d2177f9 Refactor users_id assignment to prioritize decoded metadata in transaction processing 2025-07-23 12:22:47 -03:00
Daniel Neto
e63ea73beb Add Authorize.Net subscription management functionality
- Implemented cancelSubscription.json.php for handling subscription cancellations via JSON API.
- Created cancelSubscription.php for managing subscription views and cancellation in the UI.
- Developed getAcceptHostedToken.json.php to generate payment tokens for Authorize.Net.
- Added getProfileManager.json.php for managing user profiles with Authorize.Net.
- Implemented getSubscriptionStatus.json.php to check the status of subscriptions.
- Created getSubscriptions.json.php to retrieve all subscriptions for the logged-in user.
- Added SQL installation script for webhook logging.
- Implemented processPayment.json.php for processing payments through Authorize.Net.
- Developed webhook.php to handle incoming webhooks from Authorize.Net.
- Integrated YPTWallet with Authorize.Net for wallet funding and subscription management.
- Added confirmButton.php and confirmRecurrentButton.php for payment confirmation buttons in YPTWallet.
2025-07-23 10:57:06 -03:00