I have this question regarding 2 npm PayPal packages, what is the difference between
paypal-rest-sdk and @paypal/checkout-server-sdk ? And can you implement webhooks using @paypal/checkout-server-sdk or there is no need for webhooks for this package ?
var paypal = require('paypal-rest-sdk');const paypal = require('@paypal/checkout-server-sdk');