Skip to content

feat/paystack-payment-integration#533

Merged
Jayhmz merged 2 commits intomainfrom
feat/paystack-integration
Jan 3, 2023
Merged

feat/paystack-payment-integration#533
Jayhmz merged 2 commits intomainfrom
feat/paystack-integration

Conversation

@omoluabidotcom
Copy link
Copy Markdown
Collaborator

issue
Paystack payment integration

What has changed

  • An endpoint to create plan payment plan
  • An endpoint to initialize payment
  • An endpoint to verify payment and store payment details in database

what reviewer should

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 2, 2023

Deploy Preview for team-hydraulics canceled.

Name Link
🔨 Latest commit eb2a7c1
🔍 Latest deploy log https://app.netlify.com/sites/team-hydraulics/deploys/63b3e5728689aa0008b21978

@Value(value = "")
public static final String PAYSTACK_SECRET_KEY = "sk_test_be5761495c667f7dec5823032c1548f552e9e0e9";
public static final String PAYSTACK_INITIALIZE_PAY = "https://api.paystack.co/transaction/initialize";
public static final String PAYSTACK_VERIFY = "https://api.paystack.co/transaction/verify/";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

all secret keys should be kept secret in the application.properties/yaml files and not exposed in our codes. use the @value annotation to fetch this as intended.

Copy link
Copy Markdown
Collaborator

@Jayhmz Jayhmz left a comment

Choose a reason for hiding this comment

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

this will be merged later

@omoluabidotcom
Copy link
Copy Markdown
Collaborator Author

omoluabidotcom commented Jan 3, 2023

Merging later will delay progress, frontend is waiting for the merged PR?

@Jayhmz Jayhmz merged commit df69c9e into main Jan 3, 2023
@hamskid-id hamskid-id deleted the feat/paystack-integration branch February 6, 2023 10:53
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