Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from PaylineByMonext/fix/FIX_UPDATE_RECORD
Browse files Browse the repository at this point in the history
Adding newAmount and amountModificationDate in Recurring for UpdatePa…
  • Loading branch information
CharlelieBouvier authored Jan 2, 2019
2 parents 998310d + db13ccd commit 19bd511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Payline/Recurring.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ class Recurring
public $startDate;

public $endDate;

public $newAmount;

public $amountModificationDate;
}

0 comments on commit 19bd511

Please sign in to comment.