Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 681c40f

Browse files
author
deploy.sh
committed
Undone refactors to collections and collection requests
1 parent 94e1a6c commit 681c40f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/includes/collecting_funds/_collection_requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,5 +875,5 @@ You can search or filter collection requests on the following fields. Simply add
875875
* status - only return collection requests that have this status (one of: pending, instructions_sent, successful, failed, expired, reversed)
876876
* reason - only return collection requests that have this reason text
877877
* network - only return collection requests that are for this mobile phone network
878-
* contact first name - only return collection requests that have this first name in the contact (E.g. James)
879-
* contact last name - only return collection requests that have this last name in the contact (E.g. Doe)
878+
* contact_first_name - only return collection requests that have this first name in the contact (E.g. James)
879+
* contact_last_name - only return collection requests that have this last name in the contact (E.g. Doe)

source/includes/collecting_funds/_collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,8 @@ You can search or filter collections on the following fields. Simply add them to
706706
* modified_before - only return collections modified before this date (E.g. 2020-01-01 00:00)
707707
* status - only return collections that have this status (one of: pending, reversed, reversed_on_network, successful, failed, cashed_out, expired)
708708
* network - only return collections that are for this mobile phone network
709-
* contact first name - only return collections that have this first name in the contact (E.g. James)
710-
* contact last name - only return collections that have this last name in the contact (E.g. Doe)
709+
* contact_first_name - only return collections that have this first name in the contact (E.g. James)
710+
* contact_last_name - only return collections that have this last name in the contact (E.g. Doe)
711711

712712
**Response**
713713

0 commit comments

Comments
 (0)