-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
45 lines (35 loc) · 893 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
### v1.0.0 11-08-2023
* Change AES -GCM encrypt for payload
### v0.1.1 12-05-2023
* Adding RSA/AES encrypt for payload
### 0.1.0 30-04-2019
* Adding new URL base secure for Tokens.
### 0.0.8 04-09-2017
* Use Culqi module to scope operations
* Use interpolation to concatenate strings
### 0.0.7 08-04-2017
* Add update method to Customer
### 0.0.6 27-02-2017
* Add delete method to Plan
* Fix Charge.capture method
### 0.0.5 22-02-2017
* Add LIST_TIMEOUT for List method
* rename code_commerce to public_key and api_key to secret_key
### 0.0.4 13-02-2017
* Add Card
* Add Customer
* Add Event
* Add Transfer
* Add update method
### 0.0.3 20-01-2017
* List, Get, Delete for all resources
* Update culqi-ruby.gemspec
### 0.0.2 20-01-2017
* Update culqi-ruby.gemspec
### 0.0.1 20-01-2017
* Create Token
* Create Charge
* Create Plan
* Create Subscription
* Create Refund
* Unit Tests