Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez committed Jul 27, 2016
1 parent 0f7b3f2 commit 6275bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/SubscriptionCancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SubscriptionCancel extends Resource

const AT_NEXT_REBILL = 'at-next-renewal';
const NOW_WITHOUT_REFUND = 'now';
const NOW_WITH_PRORATA_CREDIT = 'now-with_prorata-credit';
const NOW_WITH_PRORATA_CREDIT = 'now-with-prorata-credit';

/**
* @return array
Expand Down

0 comments on commit 6275bed

Please sign in to comment.