Kayne Middleton

Results 9 comments of Kayne Middleton

> I would download different versions til you find the one that works. You have to rename BFGMiner folder to "BFGMiner" then put it in the Multiminer folder. In the...

4.9.0 Works for me. The filename needs to be changed to BFGMiner and put under a directory called Miners in the MultiMiner folder. eg Path/to/MultiMiner/Miners/BFGMiner

``` .grid-field__table tr td, .bulkSelectAll { position: sticky; top: 0; } ``` I had the problem that when I scroll the boxes are fixed. This CSS solves it all

It does work but there is no 2.0 support. I have forked a version of this for most 2.0 functions

That is always `Bearer` `$vend = new VendAPI\VendAPI('https://****.vendhq.com','Bearer', $config->VendToken);`

``` $sale = new \VendAPI\VendSale(null, $vend); $sale->status = 'CLOSED'; ```

Have you set the payment type and applied the payment to the transaction? ``` $payments = array(); $payments[] = array( 'retailer_payment_type_id' => '*****-****-****-****-**********', //Bank Transfer (closes order) 'amount' => $total...

I actually place the order into Vend after it has been paid by the credit card carrier. This solved the issue for me when I had this problem. Once the...

The retailer_payment_type_id is in the address bar when you click on the Payment Type in vend (https://yoursite.vendhq.com/setup/payment_types/) https://yoursite.vendhq.com/setup/payment_types/edit/*Payment Code is Here* It can be anything you choose, it just closes...