The changes in 2.8 are related to the Stripe payment gateway only. If you don't use this, these changes are
not necessary. If you do use Stripe, the changes below are required.
Stripe API v3.0 Support
1 Open the 'content/**theme**/js-loader/global.php' file.
At the bottom of the file add:
<?php
if (isset($this->STRIPE_EN[0]['id'])) {
?>
<script src="https://js.stripe.com/v3"></script>
<?php
}
?>
2 Replace the following file:
content/**theme**/js-loader/gateways/stripe.php
Something Missing?
Was a template update not shown here that caused something to break? Please let us know, thank you.