Skip to content

Commit

Permalink
Updated migration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Aug 22, 2021
1 parent 9825c96 commit f56edc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-crypto-payment-gateway` will be documented in this file

## v1.0.2 - 2021-08-24

- Updated migration file.

## v1.0.1 - 2021-08-23

- Added hashing to the generated payment session id.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victorybiz/laravel-crypto-payment-gateway",
"description": "GoUrl Crypto Payment Gateway for Laravel",
"description": "GoUrl.io Crypto Payment Gateway for Laravel",
"keywords": [
"victorybiz",
"laravel-crypto-payment-gateway",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
// Source: https://github.com/cryptoapi/Payment-Gateway

DB::statement("
CREATE TABLE `crypto_payments` (
CREATE TABLE IF NOT EXISTS `crypto_payments` (
`paymentID` bigint unsigned NOT NULL AUTO_INCREMENT,
`boxID` bigint unsigned NOT NULL DEFAULT '0',
`boxType` enum('paymentbox','captchabox') NOT NULL,
Expand Down

0 comments on commit f56edc7

Please sign in to comment.