Dries Vints

Results 249 comments of Dries Vints

Moving this to the ideas repo as it's more a feature request. Feel free to attempt a new pr with tests once you've figured thinks out.

`charge`: single charge without an invoice `tab` add a line to the upcoming invoice `invoice` create a new one-off invoice `invoiceFor` create a new one-off invoice with the specified amount

Since this isn't really a bug I've moved your issue to the ideas repo. If you have some support for your idea you're free to send in a PR. But...

@Synchro you're always free to send in a pr to the docs if you want.

I'm indeed not certain so I'm gonna de-label this as a bug for now. Will take a look at another time.

What happens if you try: ```php $data = [ 'items' => [ ['product' => ['id' => 1, 'name' => 'One']], ['product' => ['id' => 2, 'name' => 'Two']], ], ];...

@trevorgehman but isn't that more of a feature request than an actual bug?

@trevorgehman maybe yeah. I've transferred this issue to the Laravel ideas repo instead.

Heya, thanks for submitting this. This seems like a feature request or an improvement so I'm moving this to the ideas repository instead. It's best to post these in the...

Hey everyone. Seems that the problem lies with Symfony HttpFoundation's `ServerBag` class and not with Passport itself. See https://github.com/laravel/passport/issues/992