Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Feb 19, 2025
1 parent 2f6be22 commit 5e0f3fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 223 deletions.
2 changes: 1 addition & 1 deletion packages/connectors-lib/src/sales-api-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,6 @@ export const preparePermissionDataForRenewal = async referenceNumber =>
* @returns {Promise<*>}
* @throws on a non-2xx response
*/
export const processRecurringPayment = async () => {
export const processRP = async () => {
return exec2xxOrThrow(call(new URL('/processRP', urlBase), 'get'))
}
Loading

0 comments on commit 5e0f3fe

Please sign in to comment.