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

FAVE-30480 Add Unit Tests for additional integration in Alipay Gem #3

Conversation

kahshing96
Copy link

@kahshing96 kahshing96 commented Jul 26, 2023

Description:

  • update legacy.md for our additional integrations
  • add unit test for:
    • create qr code
    • update qr code
    • overseas query
    • overseas spot refund

Context:

@kahshing96 kahshing96 changed the base branch from chore/FAVE-27624-rebase-original-repo to master July 26, 2023 01:58
@kahshing96 kahshing96 changed the base branch from master to chore/FAVE-27624-rebase-original-repo July 26, 2023 02:01
@kahshing96 kahshing96 marked this pull request as ready for review July 26, 2023 02:01
@kahshing96 kahshing96 requested review from yimwaikei and a team July 26, 2023 02:01
Comment on lines -222 to +219
if params['biz_data'].present?
if params['biz_data']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.present? is only work in rails, so to make this gem working fine even with pure ruby, just check using the params will do

Copy link
Collaborator

@yimwaikei yimwaikei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 👍 👍

@kahshing96 kahshing96 merged commit 8581a5c into chore/FAVE-27624-rebase-original-repo Jul 26, 2023
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.

2 participants