Go to file
2023-06-03 13:31:57 +02:00
.cargo Plugin 2022-12-08 16:22:20 +01:00
assets More images, translations, product page 2022-05-12 16:05:58 +02:00
config Rewrite email sender 2022-11-05 01:08:45 +01:00
crates Add SeaORM migration 2023-06-03 13:31:57 +02:00
db/drafts Add service order id 2022-05-04 21:34:26 +02:00
docs Add some docs, stock methods 2022-11-07 16:28:51 +01:00
migration Add SeaORM migration 2023-06-03 13:31:57 +02:00
migrations Add SeaORM migration 2023-06-03 13:31:57 +02:00
scripts Add SeaORM migration 2023-06-03 13:31:57 +02:00
tests Fix tests 2022-11-14 20:32:28 +01:00
vendor More payments code 2022-12-16 15:21:56 +01:00
.env Tokens manager 2022-12-20 15:34:20 +01:00
.gitignore Add SeaORM migration 2023-06-03 13:31:57 +02:00
Cargo.lock Add SeaORM migration 2023-06-03 13:31:57 +02:00
Cargo.toml Add SeaORM migration 2023-06-03 13:31:57 +02:00
LICENSE Add readme and license 2022-04-24 13:40:13 +02:00
README.md Init & create payment (not working) 2022-12-09 16:33:35 +01:00
rustfmt.toml Token validation 2022-04-18 22:07:52 +02:00

Bazzar

Order life cycle

order lifecycle

Adapters

API

Building adapters

Repository contains script which will build all adapters and copy wasm files to ./adapters directory

This script will treat all crates which starts with payment_adapter_ as a payment adapter

mkdir -p adapters
./scripts/build-adapters
init
Argument Result
payment_argument::PaymentProviderConfig payment_argument::Status
  • create_payment
Argument Result
payment_adapter::CreatePayment payment_adapter::OrderCreated