文件名称:gringotts_payment:演示Phoenix应用程序显示gringotts付款库集成
文件大小:123KB
文件格式:ZIP
更新时间:2024-02-26 01:22:12
elixir phoenix payments elixir-lang payment-gateway
Gringotts付款 一个示例应用程序,展示了使用库将不同的支付网关集成到Phoenix应用程序中。 要在本地测试此应用程序: 分叉此存储库。 使用mix deps.get安装依赖mix deps.get (可选)通过Docker通过make start-pgsql启动postgres。 您需要在本地安装docker。 如果需要,通过docker ps确认。 如果需要,使用make pgsql在前台启动postgres进行故障排除。 export DATABASE_URL=postgres://postgres:@localhost:5432/gringotts_payment
【文件预览】:
gringotts_payment-master
----mix.exs(2KB)
----.env(126B)
----priv()
--------repo()
--------gettext()
----Procfile.txt(32B)
----lib()
--------gringotts_payment.ex(269B)
--------gringotts_payment()
--------gringotts_payment_web()
--------gringotts_payment_web.ex(2KB)
----config()
--------test.exs(542B)
--------prod.exs(3KB)
--------config.exs(2KB)
--------dev.exs(2KB)
----assets()
--------brunch-config.js(2KB)
--------js()
--------css()
--------package-lock.json(172KB)
--------package.json(402B)
--------static()
----test()
--------gringotts_payment_web()
--------test_helper.exs(80B)
--------support()
----README.md(1KB)
----Makefile(1KB)
----mix.lock(7KB)
----.gitignore(630B)