Hello, We are using "PayButton" of sandbox.paypal for our webapp development. Currently we are facing following issue while sending data. We are using following URL for diffirent variables ## URL for variables https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/ In Section : HTML Variables for Displaying PayPal Checkout Pages We could use only following variables successfully. a. return b. cancel_return But the variables listed below are not working a. image_url b. no_shipping c. cbt d. amount We had tried to send values for above variables in hidden input box on form submit. But could not see changes. Amount remains same which we had given while creating "paybutton". Only could update cancel_url and return variables. Please help solving the issue.
... View more