ignacio-dev

Results 9 issues of ignacio-dev

When using `getDurationInMiliseconds()` and `getDurationInSeconds()` PHP throws this message: > PHP Deprecated: Implicit conversion from float 10983.333 to int loses precision

Is it possible to ```get()``` from an array of hashids? Or perhaps access the ```hashidToId()``` method statically? At the moment I am having to do: ```php $ids = []; foreach...

Price in cart shows GBP value but with USD symbol. Trying to override it in the options like so did not work: `ui.createComponent('cart', { options: { cart: { text: {...

### I'm Submitting a ... ``` [ X] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. Install package using npm 2. Insert...

I need to encrypt a nullable string. Works fine when passing a string, but when passing null, it throws the following message: `PHP Deprecated: openssl_encrypt(): Passing null to parameter #1...

Using Laravel's debugbar, I see the following query being made on every request: ```sql select * from `users` where `name` is null and `shopify_namespace` is null and `users`.`deleted_at` is null...

bug
unconfirmed

## Expected Behavior Should process payment via ```BillingController@process``` and get redirected user back to home. ## Current Behavior I get redirected to Shopify's payment approval. I accept payment. I get...

bug
help wanted

After installing Laravel Cashier, I have gone ahead and installed this package. However, when trying to migrate, both Cashier and this package want to create a table called ```subscriptions```. Do...

Is this by design? If so, what is the purpose? I can see that `protected $primaryKey = null;` on the `ConnectMapping` model is probably what's causing this. But then, how...