renote_dac 0.0.181 → 0.0.182

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
  SHA256:
3
- metadata.gz: 90a12f9b368e6168b912682129647e8b3863036f2eb2603ed1c21ef4ed136a2b
4
- data.tar.gz: bb440256d57dd2272168fbf29e9fb7e72cb7ef70462eeb7e34874bb57650c61e
3
+ metadata.gz: e864c92051d0710ce3365ebfbb942c2ad3af04784dd6a1fa70feb9cee7d72e48
4
+ data.tar.gz: f802ff6dc4056a22b0c25c015aa9435fed45dc65eb1c85e1227b11582da46709
5
5
  SHA512:
6
- metadata.gz: 72a9fe911cb6c8b1c56ca4c408ce18fdc1cc7bca8aa0035dcaa3d83a8fed1e65706a7cf69152da55a981686a065a4fbb6750d08181d5ba9abf879a8314dcd014
7
- data.tar.gz: 695ca80251fff62aacc2c5ba37974c613f4d637bb73931a9151338815609742a4c5691f95e69998a1337eff2f1fd75563b1ff1d2bb76d2c315f3f4c8a80c4378
6
+ metadata.gz: 8ea424d81023f16975d70ecbbca71b8713bcfc75b079bd741fe5d986eff3ba9b1bfa2469776aa8ca4b04cef47ad8246be98e4f8454214b37443296c7ed2667b2
7
+ data.tar.gz: 67d5157ee7467ce563b634b50101731f8c386ad26a54f400339c339bcf7359f06b18a4831c3ffb211e2b8e7e210a377fdd729cabf83efcdc5c4be823fe97e274
@@ -4,9 +4,11 @@ module RenoteDac
4
4
 
5
5
  InvalidTemplate = Class.new(StandardError)
6
6
 
7
+ # extract to configuration block
7
8
  TEMPLATES = {
8
- winning_bid: { priority: 40, template_id: 7335422 }, # product_name, product_url, user_name, winning_bid, action_url
9
- verify_email: { priority: 40, template_id: 7713025} # user_name, hours_valid, action_url, company_name
9
+ winning_bid: { priority: 40, template_id: 7335422 }, # product_name, product_url, user_name, winning_bid, action_url
10
+ verify_email: { priority: 45, template_id: 7713025 }, # user_name, hours_valid, action_url, company_name
11
+ payment_confirmation: { priority: 50, template_id: 7819917 } # transaction_id, image_url, full_name, address_1, address_2, city, state, zip, action_url
10
12
  }.freeze
11
13
 
12
14
  BATCH_ID = 0
@@ -1,3 +1,3 @@
1
1
  module RenoteDac
2
- VERSION = '0.0.181'
2
+ VERSION = '0.0.182'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renote_dac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.181
4
+ version: 0.0.182
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sidney Leatherwood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-22 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails