fix(cashfree-pg): mark doDropPayment as deprecated per upstream 1.1.0

This commit is contained in:
Daniel Sogl
2026-07-27 22:20:15 +02:00
parent 1204bc52e7
commit 4e29a08a09
@@ -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) {