paymill / paymill-ruby

Ruby wrapper for the Paymill API
MIT License
23 stars 16 forks source link

Add new parameter mandate_reference #6

Closed stoilkov closed 9 years ago

stoilkov commented 9 years ago

A new optional parameter is available for both Transaction and Subscriptions "mandate_reference" - non empty string.

For transactions:

Update the Transaction model ( add mandateReference String)
Update the create method(s) (as optional parameter)

For Subscriptions

Update the Subscription model ( add mandateReference String)
Update the create method(s) (as optional parameter)
Update the update method (make Subscrition.mandateReference @Updateable )

Template: paymill/paymill-php@51800d6