Add independent payment-service (port 8012, payment_db) with foundation licensing, BYO-PSP, merchant accounts, idempotent requests, callbacks, and immutable ledger. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
137 B
Python
3 lines
137 B
Python
from pathlib import Path
|
|
def test_readme_documents_version(): assert "0.14.5.0" in (Path(__file__).parents[2]/"README.md").read_text()
|