Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing methods to PaymentResource and ProfileResource #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TylerRick
Copy link

@TylerRick TylerRick commented Mar 1, 2023

Add missing methods from https://dev.na.bambora.com/docs/references/payment_APIs/v1-0-5/

  • Add Bambora::V1::PaymentResource#return_payment method
  • Add Bambora::V1::PaymentResource#void method
  • Add Bambora::V1::PaymentResource#complete_preauth method

Add missing methods from https://dev.na.bambora.com/docs/guides/payment_profiles/

  • Add Bambora::V1::ProfileResource#add_profile_card method
  • Add Bambora::V1::ProfileResource#get_profile_cards method
  • Add Bambora::V1::ProfileResource#update_profile_card method
  • Add Bambora::V1::ProfileResource#delete_profile_card method

@TylerRick
Copy link
Author

TylerRick commented Mar 1, 2023

Still need to add a couple more tests, but just about done... Done!

@TylerRick TylerRick force-pushed the add_return_void_payments_profile_cards branch from 5aee366 to 17ec32b Compare March 1, 2023 01:01
- Add `Bambora::V1::PaymentResource#return_payment` method
- Add `Bambora::V1::PaymentResource#void` method
- Add `Bambora::V1::PaymentResource#complete_preauth` method

- Add `Bambora::V1::ProfileResource#add_profile_card` method
- Add `Bambora::V1::ProfileResource#get_profile_cards` method
- Add `Bambora::V1::ProfileResource#update_profile_card` method
- Add `Bambora::V1::ProfileResource#delete_profile_card` method
@TylerRick TylerRick force-pushed the add_return_void_payments_profile_cards branch from 17ec32b to 9316b86 Compare March 1, 2023 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant