Compare commits

..
Author SHA1 Message Date
Daniel Sogl 17226781b8 feat(onesignal): add OneSignal v5 user-centric API, deprecate removed v2 flat API
onesignal-cordova-plugin v5.0.0 replaced the flat OneSignal.* bridge (startInit,
sendTag, getIds, ...) with a namespaced, user-centric API exposed under
window.OneSignal (User, Notifications, Session, Location, InAppMessages, Debug,
LiveActivities). None of the old flat methods exist in the v5.5.2 bundle.
2026-07-27 22:21:34 +02:00
2 changed files with 1338 additions and 15 deletions
@@ -304,7 +304,6 @@ 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) {
File diff suppressed because it is too large Load Diff