Jump to content

Nickh

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Nickh

  1. Hi - I'm still having problems with the WorldPay module, can i add somewhere in the debug output of the array for $_RESPONSE thats used in the 'function process' in gateway.class.php? The CubeCart_Transactions table is empty Can we test extended path traversal is enabled? - or can we put the full path to index.php? Thanks Nick
  2. Ok, so expected behaviour in test, I would have hoped that the plugin would support the 'authorised'.. Can we adjust the tranStatus to treat 'AUTHORISED' as 'Y' when the plugin is in test mode? Thanks Nick
  3. Ah, perfect, I'll make the change to item one.. as for two, this is what WorldPay has sent to me as the integration http://support.worldpay.com/support/kb/bg/pdf/rhtml.pdf i'm hoping it's the correct product.. thanks
  4. Hi - first time using CubeCartv6 had been waiting for WorldPay to complete the installation on the payment gateway and at the moment i'm in the payment gateway test mode. I have two issues that I cant see mentioned anywhere: 1, When transferring to WorldPay 'country' => $this->_basket['billing_address']['country'], should be defined as "The shopper's country, as 2-character ISO code, uppercase." this is mandatory, currently 'United Kingdom' is sent to WorldPay. If I hardcode to 'country' => 'GB' this works OK, is there a translation page that can translate the country name to 2-charactrer ISO code? 2, with https://secure-test.worldpay.com/wcc/purchase the return URL to CubeCart has the following: http://test.mysite.com/index.php_a=complete&orderKey=123456789^123456789^3043418930&paymentStatus=AUTHORISED&paymentAmount=4500&paymentCurrency=GBP&mac=aaabbbcccdddeeefff111222333&source=WP However the order doesn't change from 'pending' to 'processing' - can anyone tell me why this is?
×
×
  • Create New...