easy_pay_u_latam 0.1.11 → 0.1.12

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: c81b558960966ee68f09ae9aa3d202ed6fb17a84
4
- data.tar.gz: 1b0983613ef9c42b29f8c437806045686cf8e2a8
3
+ metadata.gz: ec71fcc1dc8cbf6aa26f9a1920ed6e8945fa411d
4
+ data.tar.gz: 458e865b28441e5db71d3647cb51fdd42f0ea908
5
5
  SHA512:
6
- metadata.gz: 0e1b2ee86ef7505ea15d331c0f16dae88f9bba4dbe14f15cd1d9024089fd1bf39cde6c732cbc903a7c2661bb97896a0cd600a72e7c50779d6398d3cd0390262e
7
- data.tar.gz: f3f6b84aae4c5ae4a5f7b43a65146a12c4aef1b081ab0a04f62ac9793273e7eed8b2c28699258bedc31d071af59d323e88d956e9e9ff69983f52a695e1596e97
6
+ metadata.gz: 1685e9d931efab141bfb4e534efb2b1277763a0e24a84593c166b35379c0c5c95ab8ba554571558a5be8489a7bef743f7306945219de7c0f9ec5bbfd0c94025e
7
+ data.tar.gz: f70faf5809f4753fdb7e757694bb5f7053c3257246cb56295b50580815bf2699c80b7e30c5df48e3b39b32637a7c718eddd002f3d73d7051cd2c92ec1d2a36b6
@@ -2,6 +2,9 @@
2
2
  <div class="panel-heading">
3
3
  <h3 class="panel-title">
4
4
  Datos para el pago
5
+ <% if @payUConfig.testing == true %>
6
+ <br>(Entorno pruebas)
7
+ <% end %>
5
8
  </h3>
6
9
  </div>
7
10
  <div class="panel-body">
@@ -26,7 +26,7 @@ module EasyPayULatam
26
26
  end
27
27
 
28
28
  def get_api_key
29
- if @testing == false
29
+ if @testing == true
30
30
  @test_api_key
31
31
  else
32
32
  @api_key
@@ -34,7 +34,7 @@ module EasyPayULatam
34
34
  end
35
35
 
36
36
  def get_merchant_id
37
- if @testing == false
37
+ if @testing == true
38
38
  @test_merchant_id
39
39
  else
40
40
  @merchant_id
@@ -42,7 +42,7 @@ module EasyPayULatam
42
42
  end
43
43
 
44
44
  def get_account_id
45
- if @testing == false
45
+ if @testing == true
46
46
  @test_account_id
47
47
  else
48
48
  @account_id
@@ -50,7 +50,7 @@ module EasyPayULatam
50
50
  end
51
51
 
52
52
  def get_payu_url
53
- if @testing == false
53
+ if @testing == true
54
54
  @test_payu_url
55
55
  else
56
56
  @payu_url
@@ -58,7 +58,7 @@ module EasyPayULatam
58
58
  end
59
59
 
60
60
  def get_root_url
61
- if @testing == false
61
+ if @testing == true
62
62
  @test_root_url
63
63
  else
64
64
  @root_url
@@ -1,3 +1,3 @@
1
1
  module EasyPayULatam
2
- VERSION = '0.1.11'
2
+ VERSION = '0.1.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_pay_u_latam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - DEVPENGUIN