|
this.payments.push(new Payment(attributes.payments[paymentCtr])); |
Hi team! Encountered an issue with one of your SDK's functions (for payment intent retrieval specifically). Turns out it's due to a missing import in the PaymentIntent entity for the Payment function. Please fix ASAP! Thanks for the SDK.
paymongo-node/src/entities/PaymentIntent.js
Line 21 in b541fa0
Hi team! Encountered an issue with one of your SDK's functions (for payment intent retrieval specifically). Turns out it's due to a missing import in the
PaymentIntententity for thePaymentfunction. Please fix ASAP! Thanks for the SDK.