Skip to content

Commit

Permalink
Ref T2943 - new payload property (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle authored and bajb committed Jun 9, 2017
1 parent 20cf453 commit b0ecf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payloads/Purchase/PurchaseSubscriptionCancelWHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class PurchaseSubscriptionCancelWHP extends PurchaseWHP
public $refundType; // SubscriptionRefundType
public $closeReason; // SubscriptionCloseReason

/** @var bool */
public $terminationFee;
public $endDate;
public $cancelAtNextRenewal;

public $refundAmount;
public $refundCurrency;
Expand Down

0 comments on commit b0ecf71

Please sign in to comment.