Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
#2 Sadly, payment is not deletable via API
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisleker committed Dec 31, 2019
1 parent b515525 commit 3d4c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Valsplat/Simplicate/Entities/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Payment extends Entity
use Actions\Getable;
use Actions\Listable;
use Actions\Storable;
use Actions\Deletable;
// use Actions\Deletable;

protected $fillable = [
'invoice_id', //string
Expand Down

0 comments on commit 3d4c988

Please sign in to comment.