Moses Gathuku

Results 21 comments of Moses Gathuku

@excid3 what could be the best approach to this feature? please help we make it better.

Hey @excid3 , I gave this a try but am having problems. What i implemented ``` module Noticed class Base class_attribute :set_options, instance_writer: true, default: {} class

I would like to see this feature implemented. Right now you can delay each delivery method with `delay` option. @excid3 can we have something like `delay_until: Date.tomorrow.noon`, but i would...

@ykamin-booth i think `delay` is an `delayed_job` specific method so when you switch to sidekiq you can't use the method. I think you want to achieve fallback notifications https://github.com/excid3/noticed#fallback-notifications

Mine is here Ruby,Rails & Stimulus Lover

Hey this package does not support laravel 9. We need to update this to support laravel 9 https://github.com/gathuku/laravel_mpesa/blob/ace7024633d7b24015c69daa459df23ea0438523/composer.json#L21

@rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date. You can fork the package and...

@jwambugu The only support component am using is `File::get` Maybe rewriting this to get rid of the File support component can be the best. How do you think? https://github.com/gathuku/laravel_mpesa/blob/master/src/Mpesa.php#L137-L146

Am thinking this is better too