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

This commit is contained in:
Daniel Sogl
2026-07-27 22:31:01 +02:00
committed by GitHub
parent 9513fd7dba
commit 63802d1ee1
@@ -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) {