wajub 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/lib/wajub/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 065a6a595ab1ec1a3b899d9bf6412b39ef6e11ba8e08474cc24b2c13543f07a4
|
|
4
|
+
data.tar.gz: a9264472d89dc373cbc34d5b7dbf2e885e4f9fb5ad72508eac2e9f4db79f6888
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb98449ce3edf764a6715886e32065db1723baafc9c2ce7e719eccd6c405830ad9662dc3054a8c7ec92b7c77a750915c8fdd51bdec176791b542c5622079e6cf
|
|
7
|
+
data.tar.gz: c49b5d28a9331dc063e8a6bcac9d04bb2ba0a02a71d0e88af29031b41840745e8a4575af0eecf89543c7e8c9d4001e61ca5201f7836ad17049523d414fceb327
|
data/README.md
CHANGED
|
@@ -8,8 +8,6 @@ Official **server-side** SDK for the [Wajub merchant API](https://docs.wajub.com
|
|
|
8
8
|
|
|
9
9
|
Use **[Wajub.js](https://docs.wajub.com/libraries/components/js)** for embedded checkout in the browser. Use this SDK on your backend with a secret (`sk_`) or restricted (`rk_`) API key — never expose secret keys in client-side code.
|
|
10
10
|
|
|
11
|
-
This SDK covers the **merchant API**. It does not wrap checkout session endpoints (`/pay/*`), public link checkout (`/q/*`, `/i/*`), or sandbox simulation — those belong to Wajub.js or direct HTTP during the payment flow.
|
|
12
|
-
|
|
13
11
|
## Features
|
|
14
12
|
|
|
15
13
|
- Resource-oriented API (`client.payments`, `client.customers`, …)
|
data/lib/wajub/version.rb
CHANGED