artfulrobot / uk.artfulrobot.civicrm.gocardless

A CiviCRM extension providing GoCardless integration to handle UK Direct Debits.
GNU Affero General Public License v3.0
5 stars 18 forks source link

Limiting the number of payments/installments as per issue 34. #36

Closed stesi561 closed 6 years ago

stesi561 commented 6 years ago

Introduces a basic validation negative number of installments not allowed.

Create variable to hold parameters for api call to GoCardless instead of doing inline to allow passing of optional paramenters.

If number of payments is present add "installments" to params to Go Cardless call.

Update Readme.

artfulrobot commented 6 years ago

Thanks for this, I'll take a look at it as soon as poss.