I'm using laravel cashier to integrate stripe. After subscription if I change the number of quantity then its adjusting price. I want to no adjustment
My basic goal is to in the upcoming invoice it will directly charge quantity * price. there should not be any adjustment. How can I get it? Thanks if you have solutions Thast what I did $subscription->noProrate()->updateQuantity($quantity);