spree_payu 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52df39ba2234424cd8040d0e8c3f9be7f7d44bfb648430219c2c2a522e01dcb2
4
- data.tar.gz: ca5796083b181cb25c7394f86b65a8d7588366e1a6d00107ecab3243cfcb4444
3
+ metadata.gz: cc6c720a288df618b5529e9deb98843f497aa83aa4333fdb255522335b801d52
4
+ data.tar.gz: 9e4120048d316309c99fafd5802e5dcb8aef20906d969b1f324b6bb1619dd13c
5
5
  SHA512:
6
- metadata.gz: 7b7605eaad40e585124118f56b60db86bdede9d3eddadb4dd357dc8d1dc0342555684085d53d7e0153cb7890ef681bdb81cf338f7fb1d91b1496da4486101eb9
7
- data.tar.gz: 36159841be778cf7c6fe10a2e82703329d5331cf1d7d33e9c2af2d69674301bf651a89dd630f9a11cbc245c41ef9c780d2c6df9bf881243671bc49595ebe9305
6
+ metadata.gz: 57e9b64c8566b894ea2c1136d508dba2103554c882303aadccba6282af75b3bd06a81ceb7780c9c550a44d73d752fdc2cf25b186c1086d4725408f04c2480869
7
+ data.tar.gz: 3da2b3422c399f0d5ad50328fdc70e02b2f87f5c2c2491321165676b88b9692782e5eedeac0db571769303eef6da3501c52ff1eeb83bc2c9d2d543c6046226bd
@@ -82,7 +82,7 @@ module Spree
82
82
  totalAmount: amount(order.total),
83
83
  products: items_payload(order.line_items),
84
84
  continueUrl: preferred_return_url,
85
- notifyUrl: "#{preferred_return_status_url}/gateway/payu/comeback/#{gateway_id}/#{order.id}",
85
+ notifyUrl: "#{preferred_return_status_url}/payu/comeback/#{gateway_id}/#{order.id}",
86
86
  extOrderId: "#{order.number}|#{payment.number}",
87
87
  buyer: {
88
88
  email: order.email,
@@ -1,5 +1,5 @@
1
1
  module SpreePayuGateway
2
- VERSION = '1.3.1'.freeze
2
+ VERSION = '1.3.2'.freeze
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_payu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloud Sailor
@@ -142,8 +142,8 @@ licenses:
142
142
  - BSD-3-Clause
143
143
  metadata:
144
144
  bug_tracker_uri: https://github.com/cloudsailor/spree_payu/issues
145
- changelog_uri: https://github.com/cloudsailor/spree_payu/releases/tag/1.3.1
146
- source_code_uri: https://github.com/cloudsailor/spree_payu/tree/1.3.1
145
+ changelog_uri: https://github.com/cloudsailor/spree_payu/releases/tag/1.3.2
146
+ source_code_uri: https://github.com/cloudsailor/spree_payu/tree/1.3.2
147
147
  post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths: