swiss-activemerchant 1.0.10 → 1.0.11

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: 22305f40e1e0fac6339b8d18d8a88ed4a6928fb397b5f65b78aeb00d15364559
4
- data.tar.gz: cfa3a660688fa4c978bf673717686f215813ad4f408de8e882170ac29e920f04
3
+ metadata.gz: 636641fdf235b185875abc903620f0e95b57fa8324512b8d6fe5e5021bf9debe
4
+ data.tar.gz: aaf0f828481b37e974216f4ebeabf464658c63fd05143e645958c3fa0b599268
5
5
  SHA512:
6
- metadata.gz: '08a5c110b13b0a11f13af6c25cba2da7f2089e0473856e42f2e04b02b4e3078794cefc848ceacee72d90f24a80f535d219ba807d5ffe5874866bc27d9dac1c70'
7
- data.tar.gz: c5e621d6b1f468eb411a1cb23dffa4be13263782311fb241ae3517c59afbdd54c40430d13104ccc3cb467d70324233740cbf159c2c3dfc6e998820a4527e192c
6
+ metadata.gz: dac01dc8994370f17ee5ac551c559114598ab367b67b872902c07115a3df0c8abce3cc96a2064a57644ecd25f8176a88fe3afeab4e8446fab488fb4759eb9e30
7
+ data.tar.gz: d77113b3d55f1b31767cd84a4c0d2c91681041cf59fff60148eafdc0f8cdaa8f500919cfe275ea1dbde9676318a6520a5453d46dce0295939d668baf9c91e801
@@ -120,6 +120,10 @@ module ActiveMerchant #:nodoc:
120
120
  commit("transactions/#{transaction_token}.xml", nil, :get)
121
121
  end
122
122
 
123
+ def deliver(receiver_token, request)
124
+ commit("receivers/#{receiver_token}/deliver.xml", request)
125
+ end
126
+
123
127
  alias status find
124
128
 
125
129
  def supports_scrubbing?
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = '1.0.10'
2
+ VERSION = '1.0.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swiss-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport