minor issue with old method. does not display messaging because it does not know header sent
change function updateNotifyHtmlHeadEnd in includes/classes/observers/auto.paypalrestful.php lines 125-132to
Code:
public function updateNotifyHtmlHeadEnd(&$class, $eventID, $current_page_base)
{
// This is a fallback for older versions, to ensure we only output the header JS once.
if ($this->headerAssetsSent) {
return;
}
$this->headerAssetsSent = $this->outputJsSdkHeaderAssets($current_page_base);
}
will submit pr.