rock_rms 5.4.0 → 5.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de11ad85110af3682c7726bc67a01730c209386e
4
- data.tar.gz: 79b4d7ab870b7cb5173e2cacc3e9b834e1636512
3
+ metadata.gz: 2a4add6f6df087698b9ec91bbad6880ca717aeef
4
+ data.tar.gz: '09e175b379477bf5fc3dc930985624465a513bea'
5
5
  SHA512:
6
- metadata.gz: 4c733329c9bbecbbfe139ab60997856b9f65793f0aad392abf2a9c73baa736d560f51299d0dc0c4c657917e2e1fe20ce2ad8f50d7c972bc49dcfc9a09192ac4a
7
- data.tar.gz: 66421f97e4f2de27c7cc0f4a409042068f50be029deedb3a9de07090a819d91fd5d285f013b2315ed1d207fe64e7137f0559a4baccdf21702755e207f423d745
6
+ metadata.gz: 012ae60c7c8f6791350250e9baa7ea365f833346bc3666b87924d5e3841f3f38e86e042b5862555bcb348b44a9a776ca398a783cfe746c337d825d7af63dc3bb
7
+ data.tar.gz: 368e177d21b30126c09df30601bb8709a5caa1720a19c97156f18c7fa6f9ab5be70bf43dce6fc4436550657396856184b4906c2a765e65597140c42e2e67f150
@@ -58,6 +58,16 @@ module RockRMS
58
58
  patch(recurring_donation_path(id), options)
59
59
  end
60
60
 
61
+ def launch_scheduled_transaction_workflow(
62
+ id,
63
+ workflow_type_id:,
64
+ workflow_name:,
65
+ attributes: {}
66
+ )
67
+ query_string = "?workflowTypeId=#{workflow_type_id}&workflowName=#{workflow_name}"
68
+ post(recurring_donation_path + "/LaunchWorkflow/#{id}#{query_string}", attributes)
69
+ end
70
+
61
71
  private
62
72
 
63
73
  def translate_funds(funds)
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '5.4.0'.freeze
2
+ VERSION = '5.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-09 00:00:00.000000000 Z
11
+ date: 2020-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday