Hi
We are having an issue with the World Pay Plugin. Customers cant pay. I am speaking to the integration support team. In order to solve the issue, they would like to see a copy of the installation plugin and the HTML that is used to generate the payment request, in particular the pay now button.Please can you either send me a screenshot or would I be able to send the plugin to them so they can look it over it?
World Pay wants to see the code that looks like this:
<form action=' https.Secure.worldpay.com/wcc/purchase method=undefined>
<input type='hidden' name='instId' value='
'/>
<input type='hidden' name='amount' value='10.99'/>
<input type='hidden' name='cartId' value='test'/>
<input type='hidden' name='currency' value='GBP'/>
<input type='hidden' name='' value='0'/>
<input type='submit' id='submitForm' name='submitForm' value='Submit Form'/>
</form>
They can adjust their system to make sure it works fully with the CB plugin, so it works for all users of your plugin.
Unless their API or your environment (e.g. changed PHP version) changed it shouldn't stop working. Below is an example form. Sensitive information replace with "...".
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.