checkout-payment-sample
checkout-payment-sample copied to clipboard
Error loading assets
Hello.
The assets(css, js, images...) won't load when using the html-js sample with PHP in the server side.
There is an error that causes the assets to not load and the page to be broken.
I fixed the error changing the line to:
$file = __DIR__ . '/../../client/html-js' . $path;