RohitBansal272
RohitBansal272
> Update build.gradle (Project) > > buildToolsVersion = "33.0.0" compileSdkVersion = 34 targetSdkVersion = 34 > > classpath("com.android.tools.build:gradle:7.1.2") I tried this method and it is giving me other libraries error...
@mikehardy Can you check this issue please
Any update on this?
I am also getting buffer data as log ``` {"type":"Buffer","data":[]} ``` ``` TypeError: Cannot read properties of undefined (reading 'event') at /Users/rohit/Desktop/******/node_modules/medusa-payment-razorpay/dist/api/hooks/razorpay.js:92:30 at step (/Users/rohit/Desktop/******/node_modules/medusa-payment-razorpay/dist/api/hooks/razorpay.js:33:23) at Object.next (/Users/rohit/Desktop/******/node_modules/medusa-payment-razorpay/dist/api/hooks/razorpay.js:14:53) at /Users/rohit/Desktop/******/node_modules/medusa-payment-razorpay/dist/api/hooks/razorpay.js:8:71...
@balramxyadav I am using React Native but i faced the same error using the next.js storefront Use this code in `razorpay-payment-button.tsx` ``` "use client" import { Button } from "@medusajs/ui"...