diff --git a/src/@awesome-cordova-plugins/plugins/cashfree-pg/index.ts b/src/@awesome-cordova-plugins/plugins/cashfree-pg/index.ts index 039cec426..cdb4071f0 100644 --- a/src/@awesome-cordova-plugins/plugins/cashfree-pg/index.ts +++ b/src/@awesome-cordova-plugins/plugins/cashfree-pg/index.ts @@ -304,6 +304,7 @@ export class CFPaymentGateway extends AwesomeCordovaNativePlugin { /** * Initiate Drop Payment. * @param {CFDropCheckoutPayment} [dropObject] dropPaymentObject information + * @deprecated Use doWebCheckoutPayment instead. Deprecated upstream as of cordova-plugin-cashfree-pg 1.1.0. */ @Cordova() doDropPayment(dropObject: CFDropCheckoutPayment) {