Jesus Galvan
Jesus Galvan
* Correct markdown links
Using: `omnipay/authorizenet:2.6.0` `omnipay/common:2.5.2` `laravel/framework:5.4.36` I am attempting to issue a refund and I am getting error `The card parameter is required` ```php $gateway = Omnipay::create('AuthorizeNet_AIM'); $gateway->setApiLoginId('api_login_id'); $gateway->setTransactionKey('transaction_key'); $response = $gateway->refund([...
I recently used this project in a Docker container successfully. Would you accept a PR that adds a Dockerfile?
In dev mode with `npm start` the image is being loaded correctly. But when I build for release (`npm run release`), I get an error: ``` ERROR in ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-15b1ee69!./~/less-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./app/Secondary.vue Module...
I am unable to `cd` into a new worktree directory if it contains a `#` character. It attempts to create the worktree but is unable to cd into the path....
The installation instructions on read me only downloads the latest release which is `v0.1.2` from July 2019. Consider creating a new release or updating the readme to work with master...
I am trying to select a link in the tooltip content. As soon as I move my cursor over the tooltip content, it fades away.  Does it need a...