Ricardo Metring
Ricardo Metring
The problem is probably on another query of yours, not searchable. E.g if the ambiguous column is `school_id`: ```php $transactions = Transaction::where('school_id', $school_id)->search($search); ``` You could do as such: ```php...
Not working even without where
I was able to replicate this with a slightly more straightforward setup: 1. Create a simple subscription with price $0 and add a sign-up fee. 2. No WC subscriptions switching...
@billrobbins is that website logging `Stripe Payment Request live mode requires SSL.`?
As we received a follow up from 4650405-zen - p1642308955053900/1640857483.018700-slack-C7U3Y3VMY Apparently the problem is generated by search engine bots crawling the site over HTTP. Since they don't have an automatic...
@alaouy – Can you change the repository name capitalization so it's consistent with YouTube's branding? That shouldn't affect existing links or clones because GitHub repo names are not case-sensitive. You...
> Expected behavior To be defined. Should we rely on the user's registered addresses instead of checkout billing address for the My account page? cc @bborman22
@helgatheviking thanks for the note. We will probably need to get the price from the cart in any scenario.
Setting an estimate of `1` as this took me some time to troubleshoot.
> When I was testing this with ACH, it didn't work as expected @bborman22 sorry about that 🤦♂️. I had implemented and tested the fix with reference to `$payment_method_instance->id`, but...