File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,4 @@ These are the operations available for each resource:
7272| Installments | x | | | | | |
7373| Queue | x | x | x | | x | x |
7474| Refunds | x | x | x | | | |
75+ | Promotions | x | | x | | | |
Original file line number Diff line number Diff line change @@ -34,4 +34,8 @@ class Installments < Resource
3434 public_class_method :list
3535 end
3636
37+ class Promotions < Resource
38+ public_class_method :retrieve , :list
39+ end
40+
3741end
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |s |
44 s . name = "mango-ruby"
5- s . version = "0.0.3 "
5+ s . version = "0.0.4 "
66 s . summary = "Ruby wrapper for Mango API"
77 s . description = "API to interact with Mango\n https://getmango.com/"
88 s . authors = [ "Mango development team" , "Joaquín Vicente" ]
You can’t perform that action at this time.
0 commit comments