Please approve require package

Im trying to make 3d secure payment gateway with stripe and corvid and I really need the ‘require’ function. Kindly approve it quickly

Lines such as

const stripe = require('stripe')('sk_test_XXXXXXXXXXXXX');

will work despite the error shown in the wix editor code panel. You do not need to install a package for this.

Actually I split it up into an import statement and a variable defining statement. Works the same.