PaySimple / PaySimpleSDK

.NET SDK for PaySimple API v4
Other
4 stars 1 forks source link

Editing a Recurring Payment #18

Closed blashblash closed 5 years ago

blashblash commented 7 years ago

so the problem in the previous is the start date in creating a recurring, now my problem is in the editing. It also show the Exception Error. I tried the sample

`var recurringPayment = new RecurringPayment { PaymentAmount = 15.00M, ExecutionFrequencyType = ExecutionFrequencyType.LastOfMonth };

var result = await customerService.UpdateRecurringPaymentAsync(recurringPayment);`

I also tried giving it a start date and end date..