Skip to content

Commit

Permalink
Merge branch 'develop' into FEB-53
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenTrang091296 authored Dec 31, 2020
2 parents 382ebe5 + ff137c2 commit 0921815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/redshop/tags/sections/paymentmethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function replacePaymentMethod(
'checked' => $checked,
'isCompany' => $this->data['isCompany'],
'eanNumber' => $this->data['eanNumber'],
'logo' => $logo,
'logo' => JUri::base() . $logo,
'showImage' => $showImage,
),
'',
Expand Down

0 comments on commit 0921815

Please sign in to comment.