CoinPayment Versions Save

Package to handle payment of cryptocurrency

v3.0.0

3 years ago

CHANGELOG

  • Add invoice number and buyer info in payment interface
  • Update database structure
  • Save transaction item to database
  • fix bug
  • Renamed CoinPaymentFacade

v2.1.1

3 years ago

Set this code below to custom logo coin in config/conpayment.php

'logos' => [
        'Bitcoin' => 'https://github.com/hexters/CoinPayment/blob/master/btc.png?raw=true',
        'Velas (Old Chain)' => 'https://github.com/hexters/CoinPayment/blob/master/velas.png?raw=true'
        // other coin
]

2.1.0

3 years ago

Update support for laravel 8

2.0.5

4 years ago

Fix namespace Str

2.0.4

4 years ago

Fix unique name for routes

2.0.3

4 years ago

CHANGELOG

  • Fix bug USDT image not found
  • Showing error when API Key is faild

2.0.2

4 years ago

Edit keywords

2.0.1

4 years ago

Add license

2.0.0

4 years ago
  • New concept for Job process
  • Refactoring function name
  • Add redirect_url attribute
  • Simple

v1.1.5

5 years ago

Fix bug division by zero