Skip to content

Commit

Permalink
Merge pull request #194 from OXID-eSales/PSAPC-270_Display_HTML_Code
Browse files Browse the repository at this point in the history
PSAPC-270 Removed HTML Code
  • Loading branch information
mariolorenz authored Sep 3, 2024
2 parents 691d0bd + 9894af5 commit 8b4c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function updateAmazonPayOrderStatus(string $amazonPayStatus, array $data
if (!empty($data['chargeAmount'])) {
$this->_setFieldData(
'osc_amazon_remark',
'<span style="color=red">AmazonPay Authorized (not Captured):</span>' . $data['chargeAmount']
'AmazonPay Authorized (not Captured): ' . $data['chargeAmount']
);
}
$this->_setFieldData('oxfolder', 'ORDERFOLDER_NEW');
Expand Down

0 comments on commit 8b4c2d2

Please sign in to comment.