Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: implement nodeless payments processor #305

Merged
merged 8 commits into from
May 15, 2023

Conversation

cameri
Copy link
Owner

@cameri cameri commented May 14, 2023

Description

  1. Implement Nodeless.io as a Payments Processor

Related Issue

#304

Motivation and Context

  1. Nostream aims to support the ecosystem of payments processors in the space

How Has This Been Tested?

  1. Smoke testing

Screenshots (if appropriate):

image

Types of changes

  • Non-functional change (docs, style, minor refactor)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my code changes.
  • All new and existing tests passed.

@cameri cameri linked an issue May 14, 2023 that may be closed by this pull request
semantic-release-bot and others added 5 commits May 15, 2023 10:56
# [1.23.0](v1.22.6...v1.23.0) (2023-05-12)

### Bug Fixes

* add SECRET as env variable ([#298](#298)) ([58a1254](58a1254))
* invoice auto marked as paid ([be6d6f1](be6d6f1))
* issues with invoices ([#271](#271)) ([e1561e7](e1561e7))

### Features

* add LNURL processor ([#202](#202)) ([f237400](f237400))
* allow lightning zap receipts on paid relays ([#303](#303)) ([14bc96f](14bc96f))
@cameri cameri force-pushed the 304-support-nodelessio-as-payments-processor branch from 4925413 to 71ed10d Compare May 15, 2023 15:02
@cameri cameri merged commit 52aac39 into main May 15, 2023
@cameri cameri deleted the 304-support-nodelessio-as-payments-processor branch May 15, 2023 15:07
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

17.8% 17.8% Coverage
0.0% 0.0% Duplication

github-actions bot pushed a commit that referenced this pull request May 15, 2023
# [1.24.0](v1.23.0...v1.24.0) (2023-05-15)

### Features

* implement nodeless payments processor ([#305](#305)) ([52aac39](52aac39)), closes [#298](#298) [#271](#271) [#202](#202) [#303](#303)
@github-actions
Copy link

🎉 This PR is included in version 1.24.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Nodeless.io as Payments Processor
2 participants