create([ 'lemonsqueezy_product_id' => null, 'lemonsqueezy_variant_id' => null, 'lemonsqueezy_sync_status' => null, 'lemonsqueezy_synced_at' => null, ]); $package->linkLemonSqueezyIds('pro_123', 'pri_123'); $package->refresh(); $this->assertSame('pro_123', $package->lemonsqueezy_product_id); $this->assertSame('pri_123', $package->lemonsqueezy_variant_id); $this->assertSame('linked', $package->lemonsqueezy_sync_status); $this->assertNotNull($package->lemonsqueezy_synced_at); } }