Topic: PayPal import issues
I am trying to use the PayPal import module using a csv file from a US account and I am having some issues.
I looked at the columns and they seem to match with the wiki documentation.
First of all when I have the 'Create Customers/Invoices:' checked in the PayPal import setup, the import creates the customer (at least some of them) but fails to create anything else.
The paypal.log shows an error creating the invoice:
[20-Apr-2015 22:39:32] WEB ACCEPT PAYMENT RECEIVED, gross:134, fee:-7.54, net:126.46, shipping:0, tax: 0
[20-Apr-2015 22:39:32] Memory, write_customer_invoices start:8101704
[20-Apr-2015 22:39:32] eCheque missing invoice, customer:4, net:126.46
[20-Apr-2015 22:39:32] Deposit, ref:, net:126.46
This is where the log stops.
Without the 'Create Customers/Invoices:' checked, the import creates entries only for the fees.
It seems to be parsing the entries properly as the paypal.log shows but fails to create the appropriate entries:
[20-Apr-2015 23:02:59] WEB ACCEPT PAYMENT RECEIVED, gross:134, fee:-7.54, net:126.46, shipping:0, tax: 0
[20-Apr-2015 23:02:59] Memory, write_bank_receipt start:8100720
[20-Apr-2015 23:02:59] Deposit, ref:9N743957MK081961F, net:126.46
[20-Apr-2015 23:02:59] Memory, write_bank_receipt end:9706312
Only the entry for 7.54 is created.
Anything that I can do to fix this?
What's the best way to debug this?
TIA
Ion