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
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: