I am working on the Japanese pack for 1.3.8.
Paypal now works for Japan, but I need to edit the PayPal IPN module for the zip code.
Paypal Japan, splits the zip code into two parts.
Here is the source code for PayPal when I pass the zip code of 1234567
Now I need to give paypal the 1st 3 digits of the zip code for zip1 and the last 4 for zip2.HTML Code:<input type="text" id="zip" size="3" maxlength="3" onKeyUp="javascript: autoTab(this, this.form.zip2);" onKeyDown="javascript: zip_length=this.value.length;" name="zip" value="1234567"><span> - </span><input type="text" id="zip2" size="4" maxlength="4" name="zip2" value="">
This is the first time for me to jump into the PayPal module, so if anyone can point me in the right place, that would be great.
more than just /includes/modules/payment/paypal.php
Regards,
CKD




