What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Bug Fixed 2.1.1 version have 'name' can not get right info bug

F2uG2u

New Member
result:
order can not finish after purchase and display 'name' Fields are require


code
public function getName()
{
$inputData = \XF::app()->inputFilterer()->filterArray($this->result, [
'PAYMENTREQUEST_0_SHIPTONAME' => 'str'
]);

return $inputData['PAYMENTREQUEST_0_SHIPTONAME'];
}

but this PAYMENTREQUEST_0_SHIPTONAME can not get from SetExpressCheckout.php
 
Last edited:
Top