authorizenetsample 1.0.3 → 1.0.4

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: 7c81b8e1d6be935290f1cc374cd31154013c1c1c
4
- data.tar.gz: 4e97a69c0e07c77062f4b05d9bb1bd86d50623bc
3
+ metadata.gz: c3d752bbc207dedc68385e31425a9118d0ad9c9f
4
+ data.tar.gz: 416d84c9a6378160ad27dd576755abb21ce3e306
5
5
  SHA512:
6
- metadata.gz: 558b56d493c0e6469ff721993155e8977a7acb677bd4677c2f299add537df665ab71edb93203b3a674e8a55301263fa2a99cc200eca4725b4e5632722230796c
7
- data.tar.gz: 88b7651e6e6bcc3cb8ee283cbb5f95ed9b2d06b5e428ee7246242a21b92c278a06def26fbb438373a72cb8cfff71b345185f8620f24e89fcb57ec41f8f64ef5d
6
+ metadata.gz: 134b73d9eb61c69aa4d0ea4c6cca3834acf1b90f01049a16a0e9e82085c320138d378a4f82aa864b8c1bd78704e101c80b2f81a6dbb12216c3ee1bd8eac3be17
7
+ data.tar.gz: 6d8c49a869837a29e18bdf3d4a29ff0020ea203de7181e7a0447e93c857167a229c5cfd367350028c0e0ffdb0d90b85180a87d498aa45eab596b8deafc3cb1cb
@@ -16,10 +16,10 @@ require 'securerandom'
16
16
 
17
17
  setting1 = SettingType.new
18
18
  setting1.settingName = SettingNameEnum::HostedPaymentIFrameCommunicatorUrl
19
- setting1.settingValue = iframeCommunicatorUrl
19
+ setting1.settingValue = "#{iframeCommunicatorUrl}"
20
20
 
21
21
  settings = Settings.new([setting,setting1])
22
-
22
+ puts "TESTING #{setting1.settingValue}"
23
23
 
24
24
  request = GetHostedProfilePageRequest.new
25
25
  request.customerProfileId = customerProfileId
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorizenetsample
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authorize.Net