diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 95dc2396b..cc47713aa 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.5.13 - fixed: Unable to template user profile viewing and editing screens. - fixed: Product Variants not saving SKU + - fixed: Shop Payment Methods - fixed: Asset Manager breaks when an asset is locked - fixed: Asset Manager is slow to load diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index d9fa42b72..ce25870cb 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -333,7 +333,7 @@ sub www_manage { .WebGUI::Form::formFooter($session) # Append payment gateway label - .' '. $paymentGateway->get("label") + .' '. $paymentGateway->label() .''; }