Hardcore ID for gateway record
This commit is contained in:
parent
6f136132c4
commit
a08a003f89
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ class Razorpay extends Migration
|
|||
public function up()
|
||||
{
|
||||
$gateway = new Gateway();
|
||||
$gateway->id = 58;
|
||||
$gateway->name = 'Razorpay';
|
||||
$gateway->key = Str::lower(Str::random(32));
|
||||
$gateway->provider = 'Razorpay';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue