-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from gocardless/template-changes
Changes from gocardless-pro-ruby-template
- Loading branch information
Showing
15 changed files
with
602 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,9 @@ module Resources | |
# way, it is no longer visible using this API. | ||
# | ||
# <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
# currently | ||
# only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get | ||
# in touch</a> if you would like to use this API.</p> | ||
# | ||
# currently only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get in touch</a> if you would like to | ||
# use this API.</p> | ||
class CustomerNotification | ||
attr_reader :action_taken | ||
attr_reader :action_taken_at | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,16 +47,13 @@ module Resources | |
# system](#mandate-import-entries-list-all-mandate-import-entries). | ||
# | ||
# <p class="notice">Note that all Mandate Imports have an upper limit of | ||
# 30,000 entries, so | ||
# we recommend you split your import into several smaller imports if you're | ||
# planning to | ||
# exceed this threshold.</p> | ||
# 30,000 entries, so we recommend you split your import into several smaller | ||
# imports if you're planning to exceed this threshold.</p> | ||
# | ||
# <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
# currently | ||
# only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get | ||
# in touch</a> if you would like to use this API.</p> | ||
# currently only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get in touch</a> if you would like to | ||
# use this API.</p> | ||
class MandateImport | ||
attr_reader :created_at | ||
attr_reader :id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,11 +39,9 @@ module Resources | |
# been imported. | ||
# | ||
# <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
# currently | ||
# only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get | ||
# in touch</a> if you would like to use this API.</p> | ||
# | ||
# currently only available for approved integrators - please <a | ||
# href="mailto:[email protected]">get in touch</a> if you would like to | ||
# use this API.</p> | ||
class MandateImportEntry | ||
attr_reader :created_at | ||
attr_reader :record_identifier | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.