Skip to content

Commit

Permalink
Fix bug Undefined class constant 'INSTALLMENT_NO_INTEREST_INSTALLMENT…
Browse files Browse the repository at this point in the history
…_QUANTITY' after changed endpoint for direct payment

This error appeared after pull request pagseguro#50
  • Loading branch information
fraterblack authored Aug 1, 2017
1 parent f2cb39d commit c86a1a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Enum/Properties/Current.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ class Current
*/
const INSTALLMENT_MAX_INSTALLMENT_NO_INTEREST = "maxInstallmentNoInterest";

/**
* Installment no interest installment quantity for credit card payment
*/
const INSTALLMENT_NO_INTEREST_INSTALLMENT_QUANTITY = "noInterestInstallmentQuantity";

/**
* Item identifier
*/
Expand Down

0 comments on commit c86a1a0

Please sign in to comment.