function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harsh Singh 7Harsh Singh 7 

Lightning Sales[orce

While doing integration of XYZ Payment Gateway with Lightning Salesforce.
Added Static resource of (say XYZ) called in my lightning component.

<ltng:require scripts="/resource/XYZAngular/angular-payments/lib/XYZ.js" />

it gives me below error 
It looks like XYZ.js is not being loaded from http://js.XYZ.com XYZ does not support serving XYZ.jsfrom your own domain

Please let me know how to resolve it 
ASAP.