Open Rahza opened 3 years ago
Hi @Rahza, thanks for opening this issue. OpenMage is very much a community project and we depend on the community to provide patches that are important to them. If you can provide a Pull Request with the fix we will review it and merge it into the core once it passes review. The entire OpenMage community would be very grateful to you for contributing, especially the IPN users!
In the Ipn model, only txn_type "recurring_payment" will be processed for recurring payments. However, PayPal also sends IPN messages with other txn_types such as "recurring_payment_profile_created" or "recurring_payment_suspended".
The request will enter the else {} branch above and consequently fail and return HTTP 503, because
_getOrder
will try to load an order, but there is not parameter "invoice" in the request.Are there any plans to implement the missing txn_types? Has anybody already solved this issue?