-
-
Hi guys,
So I've been using depsimon's version since laravel 5.7 with great success and now, upgrading to Laravel 8 I seem destined to change the dependency to yours. So I was wondering if you coul…
-
```
➜ wallet git:(main) ✗ composer require iexbase/tron-api
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update iexbase/tron-api
Lo…
-
-
**Describe the bug**
Using `$customer->paid($product))` fails when product was purchased with money transferred to another wallet.
**To Reproduce**
Steps to reproduce the behavior:
1.
```php
…
-
Hello,
I am going to add google wallet feature in my laravel website, i did follow instruction which added in readme file. I update my composer file as bellow :
{
"require": {
"google/a…
-
**I CAN't do Making Outgoing Payments ** I use blockChain api v2 with local nodeJS.I work with Laravel 5.4. I have VPS server.I installed local nodeJS service to handle the calls. I started to work on…
-
I have custom cast class, which return MoneyPhp object. Laravel doc: https://laravel.com/docs/10.x/eloquent-mutators#custom-casts
My code:
```php
$grid->column('current_balance', __('admin.grid.wal…
-
I have integrated larave-paytm-wallet in laravel and it creating error while checkout this is the error
MID
missing: This attribute is not passed. It is a mandatory attribute
-
I have tried the whole day to send BTC from my blockchain wallet via the API, my service versions below + my code, please help me as I really need to get this up and running. Im using Laravel 5 & Curl…