We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6c34e commit 9864d21Copy full SHA for 9864d21
tests/Models/PurchaseLogTest.php
@@ -42,7 +42,7 @@ public function it_can_be_persisted_if_created_from_response()
42
$receiptResponse = Product::check($id, $token)->getResponse();
43
$log = PurchaseLog::fromResponse($receiptResponse);
44
$log->save();
45
-
+
46
$this->assertDatabaseHas('purchase_logs', [
47
'purchase_token' => $token,
48
'item_id' => $id,
0 commit comments