soapy_cake 1.3.4 → 1.3.5

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: b7a9a32166576fac5806bc3dcc14f386c2a9519e
4
- data.tar.gz: 05bf59e505b856ccf3247276111584a981d0f4ac
3
+ metadata.gz: f902772b754c9f495f1d003b88db03b35134e03f
4
+ data.tar.gz: a9aa816a8054713d70405483548982b3d439b2e5
5
5
  SHA512:
6
- metadata.gz: af8513388da5bd0459a43e0c040c8d33a103996d326093caaf7010baa03e524d06a1cf319d9a3ca7f09fcf9223f84d5f1d4f8d09d30d209a054ad47df6a26e41
7
- data.tar.gz: fe766e78e9c2c71dfe32a23afa56a771ec2e77f4066962998daf7bfb723f39238f235320d6571efde8419612686b46c9b3de09f307576c4cfff1b218a96c91fb
6
+ metadata.gz: afcb85ac96e0cc31d585f7159e77704db026cbc81c39529df7405300c81a20db94ac6b5746a1916292db430e62c1696431f4a17a28a2e5d7423c10ead81c99f7
7
+ data.tar.gz: 054e3f9c884b9b4970d4fc895187ab0a160450cd18fa32b1a076520b7dc72a071d9027ae7804eaf5f9e01c992959d83edf13519a0d21205fa25ab03e878cfcf4
@@ -99,5 +99,9 @@ module SoapyCake
99
99
  def countries(*)
100
100
  run Request.new(:admin, :get, :countries, {})
101
101
  end
102
+
103
+ def payment_types
104
+ run Request.new(:admin, :get, :payment_types, {})
105
+ end
102
106
  end
103
107
  end
@@ -5,7 +5,7 @@ module SoapyCake
5
5
  def add_offer(opts = {})
6
6
  require_params(opts, %i(
7
7
  hidden offer_status_id offer_type_id currency_id ssl click_cookie_days
8
- impression_cookie_days redirect_404 enable_view_thru_conversion
8
+ impression_cookie_days redirect_404 enable_view_thru_conversions
9
9
  click_trumps_impression disable_click_deduplication last_touch
10
10
  enable_transaction_id_deduplication postbacks_only fire_global_pixel
11
11
  fire_pixel_on_nonpaid_conversions offer_link thankyou_link from_lines
@@ -98,7 +98,7 @@ module SoapyCake
98
98
  impression_cookie_days: -1,
99
99
  redirect_offer_contract_id: 0,
100
100
  redirect_404: 'no_change',
101
- enable_view_thru_conversion: 'no_change',
101
+ enable_view_thru_conversions: 'no_change',
102
102
  click_trumps_impression: 'no_change',
103
103
  disable_click_deduplication: 'no_change',
104
104
  last_touch: 'no_change',
@@ -1,3 +1,3 @@
1
1
  module SoapyCake
2
- VERSION = '1.3.4'
2
+ VERSION = '1.3.5'
3
3
  end
@@ -20,7 +20,7 @@ http_interactions:
20
20
  <cake:click_cookie_days>30</cake:click_cookie_days>
21
21
  <cake:impression_cookie_days>30</cake:impression_cookie_days>
22
22
  <cake:redirect_404>off</cake:redirect_404>
23
- <cake:enable_view_thru_conversion>off</cake:enable_view_thru_conversion>
23
+ <cake:enable_view_thru_conversions>off</cake:enable_view_thru_conversions>
24
24
  <cake:click_trumps_impression>off</cake:click_trumps_impression>
25
25
  <cake:disable_click_deduplication>off</cake:disable_click_deduplication>
26
26
  <cake:last_touch>off</cake:last_touch>
@@ -31,7 +31,7 @@ http_interactions:
31
31
  <cake:impression_cookie_days>-1</cake:impression_cookie_days>
32
32
  <cake:redirect_offer_contract_id>0</cake:redirect_offer_contract_id>
33
33
  <cake:redirect_404>no_change</cake:redirect_404>
34
- <cake:enable_view_thru_conversion>no_change</cake:enable_view_thru_conversion>
34
+ <cake:enable_view_thru_conversions>no_change</cake:enable_view_thru_conversions>
35
35
  <cake:click_trumps_impression>no_change</cake:click_trumps_impression>
36
36
  <cake:disable_click_deduplication>no_change</cake:disable_click_deduplication>
37
37
  <cake:last_touch>no_change</cake:last_touch>
@@ -20,7 +20,7 @@ RSpec.describe 'ADDEDIT integration test' do
20
20
  click_cookie_days: 30,
21
21
  impression_cookie_days: 30,
22
22
  redirect_404: 'off',
23
- enable_view_thru_conversion: 'off',
23
+ enable_view_thru_conversions: 'off',
24
24
  click_trumps_impression: 'off',
25
25
  disable_click_deduplication: 'off',
26
26
  last_touch: 'off',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soapy_cake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ad2games GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport