mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Hardcore ID for gateway record
This commit is contained in:
parent
6f136132c4
commit
a08a003f89
@ -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…
x
Reference in New Issue
Block a user