Yashua
Yashua
Has any of this been implemented?
Thanks. I was able to use the `toArrayBuffer()` and convert to base64 and load it that way in my css.
Cool. What do you think of creating a dedicated function `toISODateTime()`? else I think it would be an option like `trimMilliseconds` though that could create a bit of confusion between...
@TheArKaID its in there. Perhaps not documented - is an option for `toISO` and `toISOTime` on DateTime as well as in Duration methods. See code: https://github.com/search?q=repo%3Amoment%2Fluxon+suppressMilliseconds&type=code
I can’t remember for sure, but you can certainly round down or up
@TheArKaID this is how I use it: ``` DateTime.utc() .startOf('second') .toISO({ suppressMilliseconds: true }) ```
Just figured out that adding `remove: null` as option leaves the period in place.
Yes it supports https://woocommerce.com/products/woocommerce-subscriptions/ plugin though not tested with latest. Have you turned debug on? a log will help in this https://github.com/cyberwombat/woocommerce-fastspring-payment-gateway/wiki/Troubleshooting - I am not actively working on plugin...
If you follow the wiki instructions to turn debug on etc it will show all the webhook calls from FS back to you and potentially any errors it encounters -...
If you look under the settings (Woo -> Payments -> FS) you will see a checkbox that turns off billing fields. Those are the two options but with some custom...