beyondcode/laravel-vouchers

Adding Custom Coupon Code

clickervinod opened this issue · 1 comments

Hi,

I want custom coupon code to be store in place of random code is this possible.

Thanks

https://github.com/beyondcode/laravel-vouchers/blob/master/src/VouchersServiceProvider.php#L41-L48

I think you should be able to override this singleton with your own and replace the generator with your own implementation