checkout-payment-sample icon indicating copy to clipboard operation
checkout-payment-sample copied to clipboard

Error loading assets

Open GeanPOS opened this issue 1 year ago • 0 comments

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;

GeanPOS avatar Jul 25 '23 14:07 GeanPOS