Paypal history doesn't display anything

3 replies [Last post]
aidan
Offline
Joined: 10/28/2009
Status: 
Answered

 On line 232 of paypal_api.module, there's this:

$history = module_invoke_all('paypal_history', $account);
 

This hook doesn't actually do anything, there's no ms_paypal_api_paypal_history function, and the hook doesn't exist in any other module.

How can I get the paypal history?

Leighton Whiting
Offline
Joined: 06/02/2009
Aidan, The hook is called in

Aidan,
The hook is called in Membership Suite and File Downloads Suite to show PayPal purchases in the User Account 'PayPal History' tab. Affiliates has a special history page for Affiliate History. Pay to Publish needs this added, so I will put this on the feature list for that.

I am working heavily on the next generation for each of these modules, and I expect it to be ready by mid-February.

Sincerely,
Leighton Whiting

aidan
Offline
Joined: 10/28/2009
Hi, I see ... as the

Hi,

I see ... as the affiliate database actually inserts information into the paypal table I just expected to be table to view it. I can query the table manually I guess, no problem.

Can I suggest using "Coder" to review the next release of your modules? It's always nice to adhere to the drupal coding standards.

 

Thanks,

Leighton Whiting
Offline
Joined: 06/02/2009
I ran these modules through

I ran these modules through coder a few releases ago, so they should be good to go on that count.

Sincerely,
Leighton Whiting

Twitter Feed