Attached is the PagSeguro gateway for Blesta. Special thanks to Kiran at Nirays Technologies for creating the gateway and giving us rights to it. We'll be including this gateway with v3.2 of Blesta.
To install, you can upload the contents of the attached zip to your Blesta installation directory, and then head into Blesta's admin interface to install the gateway under [settings] -> [Payment Gateways] -> [Available]. Additional information on configuring the gateway is available in the gateway's documentation.
pagseguro.zip
If you're having trouble it could be that:
That event only exists in version 3.1+ That event is only executed when an invoice is edited.
Also, it's better to create a plugin to listen for the event.
If you go around on Bitcoin/crypto related forums, you'll see people warning against MtGox a while back. They never knew what they were doing from the beginning, just trying to cash in on the bandwagon jumpers, it was only a matter of time before their incompetence caught up with them.
It's unresolved, but it's currently a blocker for 3.2. I discussed this one with Cody last week, and he seemed confident that it wouldn't take much time to implement and that it is likely to be included in 3.2. This is assigned to CORE-852 and can be tracked there.
That's it, thanks. I was too lazy to go through the database and figure this out myself.
Yes, but I didn't want to go through 10 pages and delete tickets
This will mark all tickets in all departments closed.
UPDATE `support_tickets` SET `status` = 'closed'
Are you wanting to close them in a single department only? If so then you'll need to find the department ID in the 'support_departments' table and use the following. Where the number 1 is you'll need to change it to the department ID of choice:
UPDATE `support_tickets` SET `status` = 'closed' WHERE `department_id` = '1'
Cool, thanks for the reply. I am about 25% finished (module manage page, nameserver management and domain availability are working) so I'll post the module here in a few days under the MIT license for critique/testing.
Amazon payments will happen, but because demand is not high it's not at the top of our priority yet. There are some other more highly requested gateways that we're working on first.