Chanu De Silva
Chanu De Silva
@andruhon i only use this code : `var moment = require('moment');` Do I need to require `moment-weekday-calc` again ? Like `var moment-weekday-calc = require('moment-weekday-calc');` If we need to require that,...
@andruhon I figured that out. Thank you so much for your assistance. `var moment = require('moment'); require('moment-weekday-calc');` It's working now. If I get any questions / issues in future, I...
This is my Lumen version : Lumen (8.0.1) (Laravel Components ^8.0) And PHP 7.3.22 (cli) (built: Sep 1 2020 12:51:01) ( ZTS MSVC15 (Visual C++ 2017) x64 )
@nemiah @ampaze Thank you so much guys. I'm based in Deutschland and working on this at the moment. I'm having some problems implementing recurring payments for SEPA direct debit transactions....
@nemiah @ampaze Thank you so much guys. Great advice. 👍 💯 I will keep this issue open since I'm working on this at the moment. After that, I will close...
Finally I have a small question. I have your library setup and running already. I understand for the recurring payments, we have to send the same SEPA Direct Debit XML....
Thank you so much guys. I have a good progress and will keep you posted. Using a CronJob at the moment 👍
And also how to implement login system ? Basically app loads the index.html. And we have to add a login file before that. How can I do that in this...
@vazh I figured out how to use third party libraries and also found issues on login page. And it's better if anyone can make a working login page and share...
@vazh Sorry for asking a lot from you. I got the idea you told me. But how to implement that kind of a service and where to use that ?...