Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Fix recurring app charge currency type #1331

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

Closes #1325

The RecurringApplicationCharge REST resource has a currency field, which was incorrectly typed as Currency (the resource). Instead, it should be a string.

WHAT is this pull request doing?

Changing the type of that field to be a string.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

Checklist

  • I have used yarn changeset to create a draft changelog entry (do NOT update the CHANGELOG.md file manually)
  • I have added/updated tests for this change

@paulomarg paulomarg requested a review from a team as a code owner April 5, 2024 13:47
@paulomarg paulomarg merged commit 35ec8f8 into main Apr 5, 2024
10 checks passed
@paulomarg paulomarg deleted the fix_recurring_charge_currencies branch April 5, 2024 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recurring Application Charge currency being returned as weird object with each letter as a different value
2 participants