hubspot 1.0.1 → 1.0.2

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: eb398cc89a728fa7fb94a6fe6e1d40cb2fbd08aec630cd1b5dcb8bdc2f36dc82
4
- data.tar.gz: d7cb88dfa7d5e264bb24196b8a135e24c6fbb8fbe56c796a282c3bbc085e4aca
3
+ metadata.gz: b6a7c845e34439aa4c5614abe90e17de10c0ff373a5d4fd8614e918413841980
4
+ data.tar.gz: 1ec3753b0917fc4d3e42e83f9203b7355caab4267968fc1ed1b2af7f43d15d92
5
5
  SHA512:
6
- metadata.gz: 6ddaa74da599836c51149e1bbe2d1fc5a123e09dd0a9c24d946c1c6cfa5611e6ca82dba2f98e1ea6bceb1a4d2491856ed6402f40f24d595760a0d3878350bc6f
7
- data.tar.gz: 60ec28484cfa527b89f34c767d1b70860991b7e79c2c86a3f25f29a3a9e8223c53e1ef10976df7458abd28a5d1e1e02ad1ffe7fb11abb6888512dfdc0aff6ed6
6
+ metadata.gz: d3e0b9c2e6f9615535148ef034fa6a8b95289037bbf2ddcd6d44f83095b200047db7863a47031255eb2312e6376b02136d7e6b1663d4d94d7ae73405e1ef9b8d
7
+ data.tar.gz: 22920290d4aaa2a04f013e17e069d5c9ce9f36fc8620eb8c791b02fc3c15ba39e9b340db2e7080a4db46666a36c36b2742da3b6c466b363c89cf2503485254ee
@@ -4,7 +4,7 @@ module Hubspot
4
4
  module TransactionEmail
5
5
  class Mailer < ActionMailer::Base
6
6
  def mail(headers = {}, &block)
7
- attributes = { emailId: headers[:email_id], message: headers[:message], contact_properties: headers[:contact_properties], custom_properties: headers[:custom_properties] }
7
+ attributes = { emailId: headers[:email_id], message: headers[:message], contactProperties: headers[:contact_properties], customProperties: headers[:custom_properties] }
8
8
  Api::TransactionEmail::SingleSend.post(attributes)
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Eichler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-05 00:00:00.000000000 Z
11
+ date: 2019-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails