Skip to content

Commit

Permalink
#v1.0.1910.0-rc - Minor model fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Oct 16, 2019
1 parent cd93ff7 commit 09a02f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BitPaySDKLight/Model/Bill/BillStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
interface BillStatus
{
const Draft = "draft";
const Sent = "dent";
const Sent = "sent";
const New = "new";
const Paid = "paid";
const Complete = "complete";
}
}

0 comments on commit 09a02f6

Please sign in to comment.