Author Topic: Add fields to payment plugin  (Read 1198 times)

jesussuarez

  • Jr. Member
  • **
  • Posts: 61
Add fields to payment plugin
« on: October 05, 2022, 13:53:27 pm »
Hello.

I'm using Realex payment plugin in Virtuemart. Now my bank requieres me to implement the 3DSECURE2 and I need to add this fields to the plugin to send it to bank in transaction:

<input type="hidden" name="HPP_CUSTOMER_EMAIL" value="test@example.com">
<input type="hidden" name="HPP_CUSTOMER_PHONENUMBER_MOBILE" value="44|789456123">
<input type="hidden" name="HPP_BILLING_STREET1" value="Flat 123">
<input type="hidden" name="HPP_BILLING_STREET2" value="House 456">
<input type="hidden" name="HPP_BILLING_STREET3" value="Unit 4">
<input type="hidden" name="HPP_BILLING_CITY" value="Halifax">
<input type="hidden" name="HPP_BILLING_POSTALCODE" value="W5 9HR">
<input type="hidden" name="HPP_BILLING_COUNTRY" value="826">

I need a developer to do this job. Please, someone can help me ?
The bank say me that I have 1 week to have it working :-(

Plase, someone ?

Thank you very much






Jumbo!

  • 3rd party VirtueMart Developer
  • Full Member
  • *
  • Posts: 882
  • Full-stack Web Developer
    • www.virtueplanet.com
  • VirtueMart Version: Always the latest
Re: Add fields to payment plugin
« Reply #1 on: October 06, 2022, 19:11:35 pm »
These changes are already implemented in the "realex_hpp_api" payment plugin. I do not think you need to make any further changes. Please get it verified from Global Payments.

jesussuarez

  • Jr. Member
  • **
  • Posts: 61
Re: Add fields to payment plugin
« Reply #2 on: October 08, 2022, 23:56:55 pm »
Thank you very much