payanyway 1.2.3 → 1.2.4

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
  SHA1:
3
- metadata.gz: 3a0a0e0745722668f5893b61306d535affb3a9e5
4
- data.tar.gz: 88d266eefee02daf3a17c69878e83009d9056b49
3
+ metadata.gz: 03ad9daad475eba26347198433d38b67d71d4942
4
+ data.tar.gz: ec62cebece77c73c9c92a4d96b64fe22f5fcf0e0
5
5
  SHA512:
6
- metadata.gz: f98d5adf7ea7d1a7fe9adc5b02a9c127413759bb99e30d8565cb73659a1582964e9382cbc99155497cce8e1112ed034f0531386c66cffe62541bed8d60e500af
7
- data.tar.gz: 963062a553120424ad51cc7bca9cd7690032d960a889930304146089d80d912ef8e9af2b66e8ddc6023430ad32f6b32cad3fba3710224e0f8b16925a93fe091f
6
+ metadata.gz: 5eede9556ae90867670e0fc1ddb60c5b5e904625d6ad47127e2e132223504c888bd6988196938bfb2db9f4bb3fa76e833beb3bcc8669dfe1a8db134d0a9d314a
7
+ data.tar.gz: 92c1257d13cf198d06bc24ae746f432e6a25206ad13dca02077d303f49b2154143c2c3db78f51fa4eef27b93db3c09789204af962cf0c5fabc2502fe5d5bf49c
@@ -92,6 +92,8 @@ module Payanyway
92
92
  def check_implementation(params)
93
93
  # Ответ на запрос о проверке заказа
94
94
  # { amount: AMOUNT, state: STATE, description: description, attributes: ATTRIBUTES, logger: logger }
95
+
96
+ { amount: params[:amount], state: :unpaid, description: 'Test description' }
95
97
  end
96
98
  end
97
99
  end
@@ -1,3 +1,3 @@
1
1
  module Payanyway
2
- VERSION = '1.2.3'
2
+ VERSION = '1.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payanyway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ssnikolay