Intershop 7.10. - fetching payment configuration
问题 We would like to fetch the payment configuration from Order in Java class (OrderBO extension). So far we have managed to fetch the service like this: final OrderBOPaymentExtension<OrderBO> paymentExtension = getExtendedObject().getExtension(OrderBOPaymentExtension.EXTENSION_ID); final PaymentBO paymentBO = paymentExtension.getPaymentBOs().stream().findFirst().orElse(null); PaymentServiceBO paymentServiceBO = paymentBO.getPaymentServiceBO(); Now we need to fetch the configuration, so we can