Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gocardless_pro/services/mandate_pdfs_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create(self,params=None, headers=None):

To generate a PDF mandate in another language, set the
`Accept-Language` header when creating the PDF mandate to the relevant
[ISO 639-1](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
[ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
language code supported for the scheme.

| Scheme | Supported languages
Expand Down
2 changes: 1 addition & 1 deletion gocardless_pro/services/outbound_payments_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def approve(self,identity,params=None, headers=None):
"""Approve an outbound payment.

Approves an outbound payment. Only outbound payments with the
pending_approval status can be approved.
"pending_approval" status can be approved.

Args:
identity (string): Unique identifier of the outbound payment.
Expand Down
Loading
Loading