How to integrate worldpay with angular2
问题 I am trying to integrate Worldpay in an angular2 app. I am using own form (own-form) approach where it is necessary to include their script in page: <script src="https://cdn.worldpay.com/v1/worldpay.js"></script> Add specific attibutes for some inputs: data-worldpay and attach the Worldpay.js logic to the form... I managed to make the steps: 1. Include Worldpay.js in your page 2. Create a payment form with the relevant attributes How can I continue to make next steps... I am stuck on that