Skip to content

Commit dc80297

Browse files
fix: remove razorpay mention
1 parent d0cb25b commit dc80297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/plugins/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ async function getOwned() {
661661
})
662662
);
663663
} catch (err) {
664-
console.warn("IAP unavailable, continuing with Razorpay:", err);
664+
console.warn("IAP unavailable", err);
665665
}
666666

667667
// -------------------

0 commit comments

Comments
 (0)