We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f29f2 commit f3186f9Copy full SHA for f3186f9
srv/printToPrintService.js
@@ -53,8 +53,8 @@ const getDestination = async () => {
53
return transformServiceBindingToClientCredentialsDestination(
54
Object.assign(service, {
55
credentials: service.credentials.uaa,
56
- url: "https://api.eu12.print.services.sap",
57
- }), // TODO: make dynamic
+ url: service.credentials.service_url,
+ }),
58
options,
59
);
60
},
0 commit comments