Пример #1
0
    def getCancellationInstruction(self):
        """
        """
        shop = IShopManagement(self.context).getShop()
        im = IInformationManagement(shop)

        # TODO: Rename to english
        page = im.getInformationPage("cancellation-instructions")
        return page.getText()