how to insert a verify code HTML Standard Paypal
- by user304828
i have a product ,
product infor was save in table ,
and have a field verify_code,
i will create a string by md5 and insert to this field,
and i want send this verify_code to paypal then i can check response return from paypal
if verify_code == response verify_code will do next action
how i can do it with html standard paypal?