easy_pay_u_latam 0.1.8 → 0.1.9

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: 9efeb36a4d19cf1c62c506bafddeea5e81e00cdb
4
- data.tar.gz: 9979f74bcb013d324207065e2bc42e670cfee7f0
3
+ metadata.gz: 5555a73e5dfc58806d1f0c6ab59adec1e5b6b90d
4
+ data.tar.gz: 15028ef18790b32989707e76e734b581d1dcb52b
5
5
  SHA512:
6
- metadata.gz: a89eee74f700c81a6acceeebb5ac0f6eed722afcb4ee435831983e1a8595940f8a9769fd7cad4ac88a4b1ff8c3c6cc38118e377c653774101b3f4fbd430ff24a
7
- data.tar.gz: a976e7286675d659d15204208f388f981a658c4f0f7307b0e3f8ac74e63d3b6bfc02b32874a53741aad2eb42f650a5aa717b72572e35f98055698768acf5af53
6
+ metadata.gz: c981f4cad6ef96f805440c55f29c751df1c30cefb5d6060ac4010cc1c201c9ced47abfc7776d57b9ae26d75e8992bcac411ebb1c82c563f38f84ac89041dbdbc
7
+ data.tar.gz: 20a17ab7c7c148bc771455ab3c76634e85f0f21c0bc7eed42794127a8520c267b9a59907718b644cc33f245e6567494554f78f607163a7b995833dfea99d42be
@@ -91,11 +91,11 @@ module EasyPayULatam
91
91
 
92
92
  else
93
93
  PayUPaymentMailer.error(payu_payment.payer_name, payu_payment.email_buyer, payu_payment).deliver_now!
94
- render status: 411, json: { status: 'OK', message: 'No existe referencia de pago', params: params }
94
+ render status: 200, json: { status: 'OK', message: 'No existe referencia de pago', params: params }
95
95
  end
96
96
  else
97
97
 
98
- render status: 411, json: { status: 'OK', message: 'Error de seguridad signature', params: params }
98
+ render status: 200, json: { status: 'OK', message: 'Error de seguridad signature', params: params }
99
99
  end
100
100
 
101
101
  end
@@ -29,7 +29,7 @@
29
29
  <%= number_to_currency @payu_payment.amount, precision: @payUConfig.currency_precision, delimiter: "." %>
30
30
  </h1>
31
31
  <p>
32
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
32
+ <%= @payu_payment.description %>
33
33
  </p>
34
34
  <p class="text-center" style="margin-top: 20px;">
35
35
  <button class="btn-payu" type="submit" style="background: none; border: none;">
@@ -1,3 +1,3 @@
1
1
  module EasyPayULatam
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - DEVPENGUIN