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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -2
  3. data/lib/wajub/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9c7d3e31696d7f37926d39cba029ab759220d634b654cf3612ca3ae1218932a
4
- data.tar.gz: ed5abaf317be01db7425470f5a9029b20ed3cf82b026f61f29346296f40ee595
3
+ metadata.gz: 065a6a595ab1ec1a3b899d9bf6412b39ef6e11ba8e08474cc24b2c13543f07a4
4
+ data.tar.gz: a9264472d89dc373cbc34d5b7dbf2e885e4f9fb5ad72508eac2e9f4db79f6888
5
5
  SHA512:
6
- metadata.gz: e060e51ecc44fcf979e9b25f3290ae50101270a046455bf05d63a451abf155f8550fd1ec41f37ea9151372dc548891c67c73bf090041f444493d9066cb4737d2
7
- data.tar.gz: 89ee4872f3fac3a97ebbc7484f394487bc434f79aeca1fb320348c9424e6d4a097373cdde0a62afb839290d22f14146bd1e1a30faa5a69cf6780591b5e075a64
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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wajub
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
  API_URL = 'https://api.wajub.com'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wajub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wajub