Update marketing packages and checkout copy
This commit is contained in:
@@ -26,7 +26,7 @@ class PurchaseConfirmationMailTest extends TestCase
|
||||
$user->forceFill(['tenant_id' => $tenant->id])->save();
|
||||
|
||||
$package = Package::factory()->create([
|
||||
'name' => 'Standard',
|
||||
'name' => 'Classic',
|
||||
'type' => 'endcustomer',
|
||||
'max_photos' => 500,
|
||||
'max_guests' => 200,
|
||||
@@ -51,7 +51,7 @@ class PurchaseConfirmationMailTest extends TestCase
|
||||
$html = $mailable->render();
|
||||
|
||||
$this->assertStringContainsString('Die Fotospiel.App', $html);
|
||||
$this->assertStringContainsString('Standard', $html);
|
||||
$this->assertStringContainsString('Classic', $html);
|
||||
$this->assertStringContainsString('txn_123', $html);
|
||||
$this->assertStringContainsString('https://paddle.test/invoice/123', $html);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user