Lukman Nakib
Lukman Nakib
What If I just want to use the firebase with out laravel api
Is this issue been resolved?
Still not working
I am still facing the same issue I do want install --unsafe-perm. Any ideas?
At last, We have been waiting for this, great work.
It seems working for me. What browser you are using ?
You can delete entries permanently , just select a entry and the option will appear.
You can check out [fluent booking](https://fluentbooking.com/)
Can you share a little more details, and how can we recreate the issue. Thanks
You can use this filter code snippet ``` add_filter('fluentform/stripe_checkout_args',function ($checkoutArgs, $submission, $transaction, $form){ unset($checkoutArgs['payment_intent_data']['statement_descriptor']); // if you want to add statement_descriptor_suffix; // $checkoutArgs['payment_intent_data']['statement_descriptor_suffix'] = 'Text'; return $checkoutArgs; },10,4);